map<B> abstract method

  1. @override
F map<B>(
  1. B f(
    1. A a
    )
)
override

Implementation

@override F map<B>(B f(A a));