Interface SerializablePredicate<T>

Type Parameters:
T - the type of the input to the predicate
All Superinterfaces:
Predicate<T>, Serializable

public interface SerializablePredicate<T> extends Predicate<T>, Serializable
A Predicate that is also Serializable.
Since:
1.0
Author:
Vaadin Ltd