- Type Parameters:
T - the type of the argument
R - the type of the result
- All Superinterfaces:
- Function<T,Optional<R>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface FunctionalPredicate<T,R>
extends Function<T,Optional<R>>
Composition of a Predicate and a Function.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Hans Kruse