dataforge-meta
/
space.kscience.dataforge.meta.transformations
/
MetaConverter
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
enum
Link copied to clipboard
common
inline fun <
E
:
Enum
<
E
>>
enum
():
MetaConverter
<
E
>
Content copied to clipboard
value
List
Link copied to clipboard
common
fun <
T
>
valueList
(writer: (
T
) ->
Value
= { Value.of(it) }, reader: (
Value
) ->
T
):
MetaConverter
<
List
<
T
>>
Content copied to clipboard
Properties
boolean
Link copied to clipboard
common
val
boolean
:
MetaConverter
<
Boolean
>
Content copied to clipboard
double
Link copied to clipboard
common
val
double
:
MetaConverter
<
Double
>
Content copied to clipboard
float
Link copied to clipboard
common
val
float
:
MetaConverter
<
Float
>
Content copied to clipboard
int
Link copied to clipboard
common
val
int
:
MetaConverter
<
Int
>
Content copied to clipboard
long
Link copied to clipboard
common
val
long
:
MetaConverter
<
Long
>
Content copied to clipboard
meta
Link copied to clipboard
common
val
meta
:
MetaConverter
<
Meta
>
Content copied to clipboard
number
Link copied to clipboard
common
val
number
:
MetaConverter
<
Number
>
Content copied to clipboard
string
Link copied to clipboard
common
val
string
:
MetaConverter
<
String
>
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
MetaConverter
<
Value
>
Content copied to clipboard