Interface | Description |
---|---|
BiConsumer<T,U> |
Consumer function that takes two arguments.
|
BiFunction<T,U,R> |
Function that takes two arguments and returns a value.
|
Consumer<T> |
Function that consumes a value.
|
Function<T,R> |
Single argument function.
|
Predicate<T> |
Predicate function.
|
Supplier<T> |
Function that supplies a value.
|
ToDoubleFunction<T> |
Function that returns a double primitive.
|
ToIntFunction<T> |
Function that returns a int primitive.
|
UnaryOperator<T> |
Function that returns the same type as its argument.
|
Class | Description |
---|---|
Functions |
Common functions and functional utilities.
|
WrappedFunction<F> |
A wrapped function.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641