build

fun build(): Pair<suspend (Outcome.Success<A>) -> A, suspend (Outcome.Failure) -> A>

Builds the configuration into a pair of success and failure handlers.

Return

A pair of suspendable functions for handling success and failure outcomes.