windowAll<A> static method

Conveyor<From<A>, IVector<A>> windowAll<A>(
  1. int n
)

Implementation

static Conveyor<From<A>, IVector<A>> windowAll<A>(int n) => window<A>(n).filter((l) => l.length() >= n);