onSuccessSuspend

suspend fun onSuccessSuspend(action: suspend (T) -> Unit): ColibrioResult<T>

Performs the given suspend action on the encapsulated data if this instance is ColibrioResult.Success. Returns the original ColibrioResult unchanged.