ap<B> method

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

Implementation

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