collectCollectableReactivelyToResult
suspend fun StandardEventResult.CollectableReactivelyResult.collectCollectableReactivelyToResult(): EventResult(source)
Collects the result of a CollectableReactivelyResult
by invoking the collectCollectableReactively()
method and returning the result as an EventResult
.
Return
The EventResult
obtained from collecting the CollectableReactivelyResult