mapOr<U> abstract method

U mapOr<U>(
  1. U defaultValue,
  2. U toValue(
    1. T
    )
)

Implementation

U mapOr<U>(U defaultValue, U Function(T) toValue);