Collector Ifc
This interface represents a general set of methods for data collection. The collect() method takes in the supplied data and collects it in some manner as specified by the collector.
Author
rossetti
Inheritors
Properties
Functions
Link copied to clipboard
Collects on the boolean value true = 1.0, false = 0.0
Collects on the values in the supplied array.
Collect on the supplied value. Double.NaN, Double.NEGATIVE_INFINITY, and Double.POSITIVE_INFINITY values are counted as missing. Null values are not permitted.
Collect on the double value return by the function
Collects on the Int value
Collects on the Long value
Collects on all the values in the supplied collection.
Collects on the values returned by the supplied GetValueIfc