public final class PrimitiveFunctions extends Object
Modifier and Type | Method and Description |
---|---|
static BooleanFunction<Integer> |
integerIsPositive() |
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() |
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()
Copyright © 2004–2018. All rights reserved.