Package uk.co.terminological.rjava
Interface RConverter.VectorCollector<T,X extends RPrimitive,Y extends RVector<X>>
- Type Parameters:
T- type the input Java Class typeX- the intermediate accumulator typeY- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.stream.Collector
Collector.Characteristics -
Method Summary
Methods inherited from interface java.util.stream.Collector
accumulator, characteristics, combiner, finisher, supplier