| Interface | Description |
|---|---|
| BiConsumer<T,U> | |
| BiFunction<T,U,R> | |
| BiPredicate<T,U> | |
| Consumer<T> | |
| Function<T,R> | |
| Predicate<T> | |
| Supplier<T> |
A supplier of results with no input arguments
|
| UnaryOperator<T> |
| Class | Description |
|---|---|
| FunctionalUtils |
Copyright © 2022. All rights reserved.