sippo-sdk / com.quobis.sippo.sipposdk.common / onSuccess

onSuccess

fun <V, E : Throwable> Either<V, E>.onSuccess(f: (V) -> Unit): Unit

Calls the function f with a specific value when Either is successful.