toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
IStepOutput
IStep
Output
interface
IStepOutput
<
out
E
>
Can carry some additional data required for processing the result on the client side.
Inheritors
CollectorStepOutput
SimpleStepOutput
MultiplexedOutput
ZipStepOutput
Members
Members & Extensions
Properties
value
Link copied to clipboard
abstract
val
value
:
E
Functions
upcast
Link copied to clipboard
fun
<
T
>
IStepOutput
<
*
>
.
upcast
(
)
:
IStepOutput
<
T
>