| Class and Description |
|---|
| Consumer
A function that accepts a single argument and produces no result.
|
| Function
A function that accepts a single argument and produces a result.
|
| Predicate
A predicate that accepts a single argument and produces a boolean result.
|
| Supplier
A function that produces a result.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0