toggle menu
dsl
2.1.2
common
switch theme
search in API
dsl
/
it.unibo.collektive.aggregate.ops
/
SharingResult
Sharing
Result
data
class
SharingResult
<
Initial
,
Return
>
(
val
toSend
:
Initial
,
val
toReturn
:
Return
)
Specifies the value
toSend
and the value
toReturn
of a
SharingContext.yielding
function.
Members
Constructors
Sharing
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