OnError<E, R> typedef

OnError<E, R> = R Function(E)

Implementation

typedef OnError<E, R> = R Function(E);