elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.compile
/
ActionCompiler
/
Compiled
Compiled
data
class
Compiled
(
val
header
:
Serializer.ObjectCtx
,
val
source
:
Serializer.ObjectCtx
?
)
Constructors
Functions
Properties
Constructors
Compiled
Link copied to clipboard
fun
Compiled
(
header
:
Serializer.ObjectCtx
,
source
:
Serializer.ObjectCtx
?
)
Functions
to
List
Link copied to clipboard
fun
toList
(
)
:
List
<
Serializer.ObjectCtx
>
Properties
header
Link copied to clipboard
val
header
:
Serializer.ObjectCtx
source
Link copied to clipboard
val
source
:
Serializer.ObjectCtx
?