toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.compile
/
ActionCompiler
/
Compiled
Compiled
data
class
Compiled
(
val
header
:
Serializer.ObjectCtx
,
val
source
:
Serializer.ObjectCtx
?
)
Members
Constructors
Compiled
Link copied to clipboard
constructor
(
header
:
Serializer.ObjectCtx
,
source
:
Serializer.ObjectCtx
?
)
Properties
header
Link copied to clipboard
val
header
:
Serializer.ObjectCtx
source
Link copied to clipboard
val
source
:
Serializer.ObjectCtx
?
Functions
to
List
Link copied to clipboard
fun
toList
(
)
:
List
<
Serializer.ObjectCtx
>