dsl
Toggle table of contents
13.1.1
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.aggregate.api
/
YieldingResult
Yielding
Result
data
class
YieldingResult
<
Initial
,
Return
>
(
val
toSend
:
Initial
,
val
toReturn
:
Return
)
Specifies the value
toSend
and the value
toReturn
of a yielding operator.
Members
Constructors
Yielding
Result
Link copied to clipboard
constructor
(
toSend
:
Initial
,
toReturn
:
Return
)
Properties
to
Return
Link copied to clipboard
val
toReturn
:
Return
to
Send
Link copied to clipboard
val
toSend
:
Initial