You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.function.

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