Class ArrayCollector<S>

For the time being we only need one collector a collector which collects a stream back into arrays

Type Parameters

  • S

Hierarchy

  • ArrayCollector

Implements

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • this method basically takes a single stream element and does something with it (collecting it one way or the other in most cases)

    Parameters

    • element: S

    Returns void

Generated using TypeDoc