See: Description
| Interface | Description |
|---|---|
| Boolean2BooleanFunction |
Primitive specialization of Function:
(boolean) -> boolean
|
| Boolean2ObjFunction<T> |
Primitive specialization of Function:
(boolean) -> T
|
| BooleanConsumer |
Primitive specialization of Function:
(boolean) -> void
|
| BooleanPredicate |
Primitive specialization of Function:
(boolean) -> boolean
|
| Byte2ByteFunction |
Primitive specialization of Function:
(byte) -> byte
|
| Byte2ObjFunction<T> |
Primitive specialization of Function:
(byte) -> T
|
| ByteConsumer |
Primitive specialization of Function:
(byte) -> void
|
| BytePredicate |
Primitive specialization of Function:
(byte) -> boolean
|
| Double2DoubleFunction |
Primitive specialization of Function:
(double) -> double
|
| Double2ObjFunction<T> |
Primitive specialization of Function:
(double) -> T
|
| DoubleConsumer |
Primitive specialization of Function:
(double) -> void
|
| DoublePredicate |
Primitive specialization of Function:
(double) -> boolean
|
| Float2FloatFunction |
Primitive specialization of Function:
(float) -> float
|
| Float2ObjFunction<T> |
Primitive specialization of Function:
(float) -> T
|
| FloatConsumer |
Primitive specialization of Function:
(float) -> void
|
| FloatPredicate |
Primitive specialization of Function:
(float) -> boolean
|
| Int2IntFunction |
Primitive specialization of Function:
(int) -> int
|
| Int2ObjFunction<T> |
Primitive specialization of Function:
(int) -> T
|
| IntConsumer |
Primitive specialization of Function:
(int) -> void
|
| IntPredicate |
Primitive specialization of Function:
(int) -> boolean
|
| IntSupplier |
Primitive specialization of Function:
() -> int
|
| Long2LongFunction |
Primitive specialization of Function:
(long) -> long
|
| Long2ObjFunction<T> |
Primitive specialization of Function:
(long) -> T
|
| LongConsumer |
Primitive specialization of Function:
(long) -> void
|
| LongPredicate |
Primitive specialization of Function:
(long) -> boolean
|
| Obj2BooleanFunction<T> |
Primitive specialization of Function:
(T) -> boolean
|
| Obj2ByteFunction<T> |
Primitive specialization of Function:
(T) -> byte
|
| Obj2DoubleFunction<T> |
Primitive specialization of Function:
(T) -> double
|
| Obj2FloatFunction<T> |
Primitive specialization of Function:
(T) -> float
|
| Obj2IntFunction<T> |
Primitive specialization of Function:
(T) -> int
|
| Obj2LongFunction<T> |
Primitive specialization of Function:
(T) -> long
|
| Obj2ShortFunction<T> |
Primitive specialization of Function:
(T) -> short
|
| PrimitiveRefs |
Convenience classes holding primitive values - a reference
to a mutable value.
|
| Short2ObjFunction<T> |
Primitive specialization of Function:
(short) -> T
|
| Short2ShortFunction |
Primitive specialization of Function:
(short) -> short
|
| ShortConsumer |
Primitive specialization of Function:
(short) -> void
|
| ShortPredicate |
Primitive specialization of Function:
(short) -> boolean
|
| Class | Description |
|---|---|
| PrimitiveRefs.DoubleRef |
Convenience class holding double value,
for use when lambdas need to mutate capturing double local variable.
|
| PrimitiveRefs.FloatRef |
Convenience class holding float value,
for use when lambdas need to mutate capturing float local variable.
|
| PrimitiveRefs.IntRef |
Convenience class holding int value,
for use when lambdas need to mutate capturing int local variable.
|
| PrimitiveRefs.LongRef |
Convenience class holding long value,
for use when lambdas need to mutate capturing long local variable.
|
| PrimitiveRefs.ObjRef<O> |
Convenience class holding object values,
for use when lambdas need to mutate capturing object local variable.
|
| PrimitiveRefs.ShortRef |
Convenience class holding int value,
for use when lambdas need to mutate capturing int local variable.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.