T - the type of the input to the predicatepublic interface SerializablePredicate<T> extends Predicate<T>, Serializable
Predicate that is also Serializable.| Modifier and Type | Method and Description |
|---|---|
default SerializablePredicate<T> |
and(Predicate<? super T> other) |
default SerializablePredicate<T> |
negate() |
default SerializablePredicate<T> |
or(Predicate<? super T> other) |
default SerializablePredicate<T> and(Predicate<? super T> other)
default SerializablePredicate<T> negate()
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.