Package com.speedment.common.function.collector
This package contains collector classes.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
Interface Summary Interface Description BooleanToDoubleCollector<A> Primitive collector that operates onbooleanvalues, resulting in a singledouble.BooleanToLongCollector<A> Primitive collector that operates onbooleanvalues, resulting in a singlelong.ByteToDoubleCollector<A> Primitive collector that operates onbytevalues, resulting in a singledouble.ByteToLongCollector<A> Primitive collector that operates onbytevalues, resulting in a singlelong.CharToDoubleCollector<A> Primitive collector that operates oncharvalues, resulting in a singledouble.CharToLongCollector<A> Primitive collector that operates oncharvalues, resulting in a singlelong.DoubleToDoubleCollector<A> Primitive collector that operates ondoublevalues, resulting in a singledouble.DoubleToLongCollector<A> Primitive collector that operates ondoublevalues, resulting in a singlelong.FloatToDoubleCollector<A> Primitive collector that operates onfloatvalues, resulting in a singledouble.FloatToLongCollector<A> Primitive collector that operates onfloatvalues, resulting in a singlelong.IntToDoubleCollector<A> Primitive collector that operates onintvalues, resulting in a singledouble.IntToLongCollector<A> Primitive collector that operates onintvalues, resulting in a singlelong.LongCollector<A,R> Primitive collector that operates onlongvalues, resulting in an object of typeR.LongToDoubleCollector<A> Primitive collector that operates onlongvalues, resulting in a singledouble.LongToLongCollector<A> Primitive collector that operates onlongvalues, resulting in a singlelong.ShortToDoubleCollector<A> Primitive collector that operates onshortvalues, resulting in a singledouble.ShortToLongCollector<A> Primitive collector that operates onshortvalues, resulting in a singlelong.