public final class PrimitiveFunctions extends Object
public static BooleanFunction<Integer> integerIsPositive()
public static IntFunction<Number> unboxNumberToInt()
public static ByteFunction<Integer> unboxIntegerToByte()
public static CharFunction<Integer> unboxIntegerToChar()
public static IntFunction<Integer> unboxIntegerToInt()
public static FloatFunction<Number> unboxNumberToFloat()
public static LongFunction<Number> unboxNumberToLong()
public static DoubleFunction<Number> unboxNumberToDouble()
public static FloatFunction<Integer> unboxIntegerToFloat()
public static LongFunction<Integer> unboxIntegerToLong()
public static ShortFunction<Integer> unboxIntegerToShort()
public static DoubleFunction<Integer> unboxIntegerToDouble()
public static DoubleFunction<Double> unboxDoubleToDouble()
public static FloatFunction<Float> unboxFloatToFloat()
public static <T,V> Function2<MutableObjectLongMap<V>,T,MutableObjectLongMap<V>> sumByIntFunction(Function<? super T,? extends V> groupBy, IntFunction<? super T> function)
public static <T,V> Function2<MutableObjectDoubleMap<V>,T,MutableObjectDoubleMap<V>> sumByFloatFunction(Function<? super T,? extends V> groupBy, FloatFunction<? super T> function)
public static <T,V> Function2<MutableObjectLongMap<V>,T,MutableObjectLongMap<V>> sumByLongFunction(Function<? super T,? extends V> groupBy, LongFunction<? super T> function)
public static <T,V> Function2<MutableObjectDoubleMap<V>,T,MutableObjectDoubleMap<V>> sumByDoubleFunction(Function<? super T,? extends V> groupBy, DoubleFunction<? super T> function)
Copyright © 2004–2017. All rights reserved.