andThen<B> method

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

Implementation

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