ap<B> method

  1. @override
IVector<B> ap<B>(
  1. covariant IVector<Function1<A, B>> ff
)
override

Implementation

@override IVector<B> ap<B>(IVector<Function1<A, B>> ff) => ff.bind((f) => map(f));