All Methods Static Methods Concrete Methods
| Modifier and Type |
Method |
Description |
static BooleanFunction<Integer> |
integerIsPositive() |
|
static <T,V> Function2<MutableObjectDoubleMap<V>,T,MutableObjectDoubleMap<V>> |
sumByDoubleFunction(Function<? super T,? extends V> groupBy,
DoubleFunction<? super T> function) |
|
static <T,V> Function2<MutableObjectDoubleMap<V>,T,MutableObjectDoubleMap<V>> |
sumByFloatFunction(Function<? super T,? extends V> groupBy,
FloatFunction<? super T> function) |
|
static <T,V> Function2<MutableObjectLongMap<V>,T,MutableObjectLongMap<V>> |
sumByIntFunction(Function<? super T,? extends V> groupBy,
IntFunction<? super T> function) |
|
static <T,V> Function2<MutableObjectLongMap<V>,T,MutableObjectLongMap<V>> |
sumByLongFunction(Function<? super T,? extends V> groupBy,
LongFunction<? super T> function) |
|
static DoubleFunction<Double> |
unboxDoubleToDouble() |
|
static FloatFunction<Float> |
unboxFloatToFloat() |
|
static ByteFunction<Integer> |
unboxIntegerToByte() |
|
static CharFunction<Integer> |
unboxIntegerToChar() |
|
static DoubleFunction<Integer> |
unboxIntegerToDouble() |
|
static FloatFunction<Integer> |
unboxIntegerToFloat() |
|
static IntFunction<Integer> |
unboxIntegerToInt() |
|
static LongFunction<Integer> |
unboxIntegerToLong() |
|
static ShortFunction<Integer> |
unboxIntegerToShort() |
|
static DoubleFunction<Number> |
unboxNumberToDouble() |
|
static FloatFunction<Number> |
unboxNumberToFloat() |
|
static IntFunction<Number> |
unboxNumberToInt() |
|
static LongFunction<Number> |
unboxNumberToLong() |
|