mapWithIndex<B> abstract method

F mapWithIndex<B>(
  1. B f(
    1. int i,
    2. A a
    )
)

Implementation

F mapWithIndex<B>(B f(int i, A a));