Package org.instancio
Interface FilterPredicate<T>
- Type Parameters:
T- the type being tested
- All Superinterfaces:
Predicate<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A predicate for testing values using the
BaseApi.filter(TargetSelector, FilterPredicate)
method.- Since:
- 4.6.0
-
Method Summary