Uses of Interface
uk.co.terminological.rjava.RConverter.VectorCollector
Packages that use RConverter.VectorCollector
-
Uses of RConverter.VectorCollector in uk.co.terminological.rjava
Methods in uk.co.terminological.rjava that return RConverter.VectorCollectorModifier and TypeMethodDescriptionRConverter.bigDecimalCollector()
Big decimal collector converts a stream of BigDecimals to a RVector.RConverter.booleanCollector()
Boolean collector converts a stream of booleans to a RVector.RConverter.dateCollector()
Date collector converts a stream of localDates to a RVector.RConverter.dateFromStringCollector()
Date from string collector.RConverter.doubleCollector()
Double collector converts a stream of doubles to a RVector.static <X extends Enum<?>>
RConverter.VectorCollector<X,RFactor, RFactorVector> RConverter.enumCollector
(Class<X> enumClass) Enum collector converts a stream of enumerated types to a RVector.RConverter.floatCollector()
Float collector converts a stream of floats to a RVector..RConverter.integerCollector()
Integer collector converts a stream of integers to a RVector.RConverter.longCollector()
Long collector converts a stream of long to a RVector.RConverter.stringCollector()
String collector converts a stream of string to a RVector.