Interface RConverter.VectorCollector<T,X extends RPrimitive,Y extends RVector<X>>

Type Parameters:
T - type the input Java Class type
X - the intermediate accumulator type
Y - the output RPrimitive type of the resulting RVector
All Superinterfaces:
Collector<T,Y,Y>
Enclosing class:
RConverter

public static interface RConverter.VectorCollector<T,X extends RPrimitive,Y extends RVector<X>> extends Collector<T,Y,Y>
VectorCollectors can be used to collect a stream of java objects into an RVector with defined type.