Interface | Description |
---|---|
Function<IN,OUT> |
Apply a function to some input, producing an appropriate result.
|
MultiFunction<IN,OUT> |
Apply a function to some input, producing zero or more appropriate results.
|
Operation<T> |
An interface for defining an operation that can be applied to an object.
|
Predicate<T> |
A
Predicate is used to apply a boolean test to a particular object to
see if it passes some criteria. |
Class | Description |
---|---|
ListFilter<IN> | |
ListFunction<IN,OUT> | |
ListOperation<T> |