toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
IBulkQueryExecutor
IBulk
Query
Executor
interface
IBulkQueryExecutor
Inheritors
BulkQueryExecutor
Members
Functions
flush
Link copied to clipboard
abstract
fun
flush
(
)
request
Link copied to clipboard
abstract
fun
<
ParameterT
,
ResultT
>
request
(
type
:
IBulkRequestType
<
ParameterT
,
ResultT
>
,
parameter
:
ParameterT
,
callback
:
(
Result
<
ResultT
>
)
->
Unit
)