dataforge-meta
/
space.kscience.dataforge.meta
/
SealedMeta
common
Sealed
Meta
class
SealedMeta
:
TypedMeta
<
SealedMeta
>
Content copied to clipboard
The meta implementation which is guaranteed to be immutable.
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Meta
Link copied to clipboard
common
open override fun
getMeta
(name:
Name
):
SealedMeta
?
Content copied to clipboard
get
Value
Link copied to clipboard
common
open override fun
getValue
(name:
Name
):
Value
?
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
to
Meta
Link copied to clipboard
common
open override fun
toMeta
():
Meta
Content copied to clipboard
to
String
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
items
Link copied to clipboard
common
open override val
items
:
Map
<
NameToken
,
SealedMeta
>
Content copied to clipboard
value
Link copied to clipboard
common
open override val
value
:
Value
?
Content copied to clipboard