See: Description
| Interface | Description |
|---|---|
| BiIndexFunction<F1,F2,T> |
A BiFunction provides a transformation on two objects and returns the
resulting object.
|
| IArrayFunction | |
| IIterator<E> |
Interface for an iterator with additional tearDown() method, to run the iterator
again
|
| INumericFunction<T> |
A INumericFunction provides a transformation of a
double value
into a resulting object. |
| IPositionConverter<T> | |
| IUnaryIndexFunction<F1,T> |
A
IUnaryIndexFunction provides a transformation of an integer and an
object and returns the resulting object. |
Interfaces for functors and predicates.