Interface ResettablePredicate<T>

Type Parameters:
T -
All Superinterfaces:
AutoCloseable, Predicate<T>, Resettable

public interface ResettablePredicate<T> extends Predicate<T>, Resettable
An interface for stateful Predicate implementations that provides a reset function to clearing the internal state.