| Interface | Description |
|---|---|
| BinaryFunction<S,T,R> | Deprecated
replaced in JDK8 by
BiFunction |
| BinaryPredicate<S,T> | Deprecated
replaced in JDK8 by
BiPredicate |
| BinaryVoidFunction<S,T> | Deprecated
replaced by
BiConsumer |
| NullaryFunction<T> | Deprecated
replaced by
Supplier |
| NullaryPredicate | |
| NullaryVoidFunction | |
| UnaryFunction<T,R> | Deprecated
replaced in JDK8 by
Function |
| UnaryPredicate<T> | Deprecated
replaced by
Predicate |
| UnaryVoidFunction<T> | Deprecated
replaced by
Consumer |
| Class | Description |
|---|---|
| BinaryFunctionBase<S,T,R> | |
| BinaryPredicateBase<S,T> | |
| BinaryVoidFunctionBase<S,T> | |
| FunctionBase | |
| NullaryFunction.Factory | |
| NullaryFunctionBase<R> | |
| NullaryPredicate.Factory | |
| NullaryPredicateBase | |
| NullaryVoidFunctionBase | |
| UnaryFunctionBase<S,R> | |
| UnaryPredicateBase<S> | |
| UnaryVoidFunctionBase<S> |
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.