ErrorHandleConv<S, T, E extends Object> constructor

ErrorHandleConv<S, T, E extends Object>(
  1. Converter<S, T> underlying,
  2. OnError<E, T> onError
)

Implementation

ErrorHandleConv(this.underlying, this.onError);