map<U> abstract method

Result<U, E> map<U>(
  1. U toValue(
    1. T
    )
)

Implementation

Result<U, E> map<U>(U Function(T) toValue);