See: Description
| Interface | Description |
|---|---|
| CharProcedure | Deprecated
since 3.0 use
CharProcedure |
| CodePointProcedure | |
| IntIntProcedure | Deprecated
since 3.0 use
IntIntProcedure |
| IntObjectProcedure<T> | Deprecated
since 3.0 use
IntObjectProcedure |
| IntProcedure | Deprecated
since 3.0 use
IntProcedure |
| IntProcedureWithInt | Deprecated
since 1.2 use
IntIntProcedure |
| Class | Description |
|---|---|
| CollectBooleanProcedure<T> |
Applies a booleanFunction to an object and adds the result to a target boolean collection.
|
| CollectByteProcedure<T> |
Applies a byteFunction to an object and adds the result to a target byte collection.
|
| CollectCharProcedure<T> |
Applies a charFunction to an object and adds the result to a target char collection.
|
| CollectDoubleProcedure<T> |
Applies a doubleFunction to an object and adds the result to a target double collection.
|
| CollectFloatProcedure<T> |
Applies a floatFunction to an object and adds the result to a target float collection.
|
| CollectIntProcedure<T> |
Applies an intFunction to an object and adds the result to a target int collection.
|
| CollectLongProcedure<T> |
Applies a longFunction to an object and adds the result to a target long collection.
|
| CollectShortProcedure<T> |
Applies a shortFunction to an object and adds the result to a target short collection.
|
| InjectIntoDoubleProcedure<T> | |
| InjectIntoFloatProcedure<T> | |
| InjectIntoIntProcedure<T> | |
| InjectIntoLongProcedure<T> |