mapNonSuspend

open fun <S> mapNonSuspend(transform: (Result) -> S): NonSuspendCollector<Value, S>(source)

Performs additional work during the finalization phase, by applying a function to the end result.

Parameters

transform

Additional function to apply to the end result.