Class RealNDArrayCollector<T extends Number>

  • All Implemented Interfaces:
    Collector<Object,​List<Object>,​NDArray<T>>

    public class RealNDArrayCollector<T extends Number>
    extends Object
    implements Collector<Object,​List<Object>,​NDArray<T>>
    Collector to collect values from a stream of Number values into the specified NDArray. NDArray interface requires getCollector function to be implemented and to return a NDArrayCollector.