toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
ZipBuilder
Zip
Builder
class
ZipBuilder
Members
Constructors
Zip
Builder
Link copied to clipboard
constructor
(
)
Functions
compile
Output
Step
Link copied to clipboard
fun
compileOutputStep
(
)
:
IMonoStep
<
IZipOutput
<
*
>
>
request
Link copied to clipboard
fun
<
T
>
request
(
input
:
IMonoStep
<
T
>
)
:
IValueRequest
<
T
>
with
Result
Link copied to clipboard
fun
<
T
>
withResult
(
result
:
IZipOutput
<
*
>
,
body
:
(
)
->
T
)
:
T