mapOrElse<U> abstract method
U
mapOrElse<U>(
- U onErr(
- E
- U toValue(
- T
Implementation
U mapOrElse<U>(U Function(E) onErr, U Function(T) toValue);
U mapOrElse<U>(U Function(E) onErr, U Function(T) toValue);