map<C> abstract method

HKT2<KT, A, C> map<C>(
  1. C f(
    1. B b
    )
)
inherited

Implementation

HKT2<G, A, C> map<C>(C Function(B b) f);