| Interface | Description |
|---|---|
| Int2BooleanFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2ByteFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2CharFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2DoubleFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2FloatFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2IntFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2LongFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2ObjectFunction<V> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Int2ShortFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| IntBooleanUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntByteUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntCharUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntDoubleUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntFloatUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntIntUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntLongUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntObjectUnaryOperator<V> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| IntShortUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|