map<U> abstract method

Option<U> map<U>(
  1. U toValue(
    1. T
    )
)

Implementation

Option<U> map<U>(U Function(T) toValue);