toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
SimpleQueryExecutor
Simple
Query
Executor
class
SimpleQueryExecutor
<
E
>
(
val
input
:
E
)
:
IQueryExecutor
<
E
>
Members
Constructors
Simple
Query
Executor
Link copied to clipboard
constructor
(
input
:
E
)
Properties
input
Link copied to clipboard
val
input
:
E
Functions
create
Flow
Link copied to clipboard
open
override
fun
<
ElementOut
>
createFlow
(
query
:
IUnboundQuery
<
E
,
*
,
ElementOut
>
)
:
StepFlow
<
ElementOut
>