collektivize
Toggle table of contents
28.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
collektivize
collektivize
/
it.unibo.collektive.aggregate.api
/
YieldingResult
Yielding
Result
data
class
YieldingResult
<
Shared
,
Return
>
(
val
toSend
:
Shared
,
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
:
Shared
,
toReturn
:
Return
)
Properties
to
Return
Link copied to clipboard
val
toReturn
:
Return
to
Send
Link copied to clipboard
val
toSend
:
Shared