| Interface | Description |
|---|---|
| Object2BooleanFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2ByteFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2CharFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2DoubleFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2FloatFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2IntFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2LongFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2ObjectFunction<T,V> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Object2ShortFunction<T> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| ObjectBooleanUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectByteUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectCharUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectDoubleUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectFloatUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectIntUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectLongUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectObjectUnaryOperator<T,V> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| ObjectShortUnaryOperator<T> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|