map<B> abstract method

FutureValue<B> map<B>(
  1. B f(
    1. A a
    )
)

Implementation

FutureValue<B> map<B>(B Function(A a) f);