dataforge-context
/
space.kscience.dataforge.properties
/
MetaProperty
common
Meta
Property
class
MetaProperty
<
T
:
Any
>(meta:
ObservableMutableMeta
, name:
Name
, converter:
MetaConverter
<
T
>) :
Property
<
T
?>
Content copied to clipboard
Functions
Properties
Functions
on
Change
Link copied to clipboard
common
open override fun
onChange
(owner:
Any
?, callback: (
T
?) ->
Unit
)
Content copied to clipboard
remove
Change
Listener
Link copied to clipboard
common
open override fun
removeChangeListener
(owner:
Any
?)
Content copied to clipboard
Properties
converter
Link copied to clipboard
common
val
converter
:
MetaConverter
<
T
>
Content copied to clipboard
meta
Link copied to clipboard
common
val
meta
:
ObservableMutableMeta
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
Name
Content copied to clipboard
value
Link copied to clipboard
common
open override var
value
:
T
?
Content copied to clipboard