Acceptor<T>: EachAcceptor<T> | StoppingAcceptor<T>

A signature of a function accepting iterated elements.

It is able to suspend iteration by returning true, or to stop it by returning false.

Type Parameters

  • T

    Iterated elements type.

Generated using TypeDoc