public final class PrimitiveFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.block.function.primitive.BooleanFunction<Integer> |
integerIsPositive() |
static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> |
sumByDoubleFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.DoubleFunction<? super T> function) |
static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> |
sumByFloatFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.FloatFunction<? super T> function) |
static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> |
sumByIntFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.IntFunction<? super T> function) |
static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> |
sumByLongFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.LongFunction<? super T> function) |
static com.gs.collections.api.block.function.primitive.DoubleFunction<Double> |
unboxDoubleToDouble() |
static com.gs.collections.api.block.function.primitive.FloatFunction<Float> |
unboxFloatToFloat() |
static com.gs.collections.api.block.function.primitive.ByteFunction<Integer> |
unboxIntegerToByte() |
static com.gs.collections.api.block.function.primitive.CharFunction<Integer> |
unboxIntegerToChar() |
static com.gs.collections.api.block.function.primitive.DoubleFunction<Integer> |
unboxIntegerToDouble() |
static com.gs.collections.api.block.function.primitive.FloatFunction<Integer> |
unboxIntegerToFloat() |
static com.gs.collections.api.block.function.primitive.IntFunction<Integer> |
unboxIntegerToInt() |
static com.gs.collections.api.block.function.primitive.LongFunction<Integer> |
unboxIntegerToLong() |
static com.gs.collections.api.block.function.primitive.ShortFunction<Integer> |
unboxIntegerToShort() |
static com.gs.collections.api.block.function.primitive.DoubleFunction<Number> |
unboxNumberToDouble() |
static com.gs.collections.api.block.function.primitive.FloatFunction<Number> |
unboxNumberToFloat() |
static com.gs.collections.api.block.function.primitive.IntFunction<Number> |
unboxNumberToInt() |
static com.gs.collections.api.block.function.primitive.LongFunction<Number> |
unboxNumberToLong() |
public static com.gs.collections.api.block.function.primitive.BooleanFunction<Integer> integerIsPositive()
public static com.gs.collections.api.block.function.primitive.IntFunction<Number> unboxNumberToInt()
public static com.gs.collections.api.block.function.primitive.ByteFunction<Integer> unboxIntegerToByte()
public static com.gs.collections.api.block.function.primitive.CharFunction<Integer> unboxIntegerToChar()
public static com.gs.collections.api.block.function.primitive.IntFunction<Integer> unboxIntegerToInt()
public static com.gs.collections.api.block.function.primitive.FloatFunction<Number> unboxNumberToFloat()
public static com.gs.collections.api.block.function.primitive.LongFunction<Number> unboxNumberToLong()
public static com.gs.collections.api.block.function.primitive.DoubleFunction<Number> unboxNumberToDouble()
public static com.gs.collections.api.block.function.primitive.FloatFunction<Integer> unboxIntegerToFloat()
public static com.gs.collections.api.block.function.primitive.LongFunction<Integer> unboxIntegerToLong()
public static com.gs.collections.api.block.function.primitive.ShortFunction<Integer> unboxIntegerToShort()
public static com.gs.collections.api.block.function.primitive.DoubleFunction<Integer> unboxIntegerToDouble()
public static com.gs.collections.api.block.function.primitive.DoubleFunction<Double> unboxDoubleToDouble()
public static com.gs.collections.api.block.function.primitive.FloatFunction<Float> unboxFloatToFloat()
public static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> sumByIntFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.IntFunction<? super T> function)
public static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> sumByFloatFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.FloatFunction<? super T> function)
public static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> sumByLongFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.LongFunction<? super T> function)
public static <T,V> com.gs.collections.api.block.function.Function2<<any>,T,<any>> sumByDoubleFunction(com.gs.collections.api.block.function.Function<T,V> groupBy,
com.gs.collections.api.block.function.primitive.DoubleFunction<? super T> function)
Copyright © 2004–2016. All rights reserved.