Interface ISerializablePredicate<T>

Type Parameters:
T - the type of the input to the predicate
All Superinterfaces:
Predicate<T>, Serializable
All Known Subinterfaces:
IUserReferenceResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ISerializablePredicate<T> extends Predicate<T>, Serializable
A Predicate that is also serializable.

Represents a predicate (boolean-valued function) of one argument.

This is a functional interface whose functional method is Predicate.test(Object).

Since:
8.0.0
Author:
XIMA MEDIA GmbH