V
- the class of objects stored in collection as values@FunctionalInterface
public interface Condition<V extends java.io.Serializable>
Modifier and Type | Method and Description |
---|---|
boolean |
test(V value)
Filter function for queries.
|
boolean test(V value)
value
- collection value to be tested