| Interface | Description |
|---|---|
| Float2BooleanFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2ByteFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2CharFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2DoubleFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2FloatFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2IntFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2LongFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2ObjectFunction<V> |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| Float2ShortFunction |
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
|
| FloatBooleanUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatByteUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatCharUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatDoubleUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatFloatUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatIntUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatLongUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatObjectUnaryOperator<V> |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|
| FloatShortUnaryOperator |
A Type Specific Unary Operator to support Compute/Merge functions with type specific methods to reduce boxing/unboxing
|