andThen<B> method

  1. @override
IList<B> andThen<B>(
  1. covariant IList<B> next
)
override

Implementation

@override IList<B> andThen<B>(IList<B> next) => bind((_) => next);