| Interface | Description |
|---|---|
| Consumer<T> |
Consume the object a
Supplier produces. |
| Function<I,O> |
A Function that resolves input (of type I) to output (of type O).
|
| Predicate<T> |
Evaluate an input and return true or false.
|
| Class | Description |
|---|---|
| Transforms |
Copyright © 2014 Atlassian. All rights reserved.