Class ComplexNDArrayCollector<T extends Number>

  • All Implemented Interfaces:
    Collector<Object,​List<Object>,​NDArray<org.apache.commons.math3.complex.Complex>>

    public class ComplexNDArrayCollector<T extends Number>
    extends Object
    implements Collector<Object,​List<Object>,​NDArray<org.apache.commons.math3.complex.Complex>>
    Collector to collect values from a stream of Complex values into the specified ComplexNDArray. ComplexNDArray interface requires getCollector function to be implemented and to return a ComplexNDArrayCollector.