map<N> abstract method

Optional<N> map<N>(
  1. N mapper(
    1. T
    )
)

Implementation

Optional<N> map<N>(final N Function(T) mapper);