onSuccess

inline fun <Value> ProgressiveOutcome<*, Value>.onSuccess(block: (Value) -> Unit)(source)

Executes block if this outcome is successful.

Otherwise, does nothing.