Package com.vaadin.flow.function
Interface SerializablePredicate<T>
- Type Parameters:
T
- the type of the input to the predicate
- All Superinterfaces:
Predicate<T>
,Serializable
A
Predicate
that is also Serializable
.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptiondefault SerializablePredicate<T>
default SerializablePredicate<T>
negate()
default SerializablePredicate<T>