Package com.complexible.common.collect
Interface ResettablePredicate<T>
- Type Parameters:
T-
- All Superinterfaces:
AutoCloseable,Predicate<T>,Resettable
An interface for stateful
Predicate implementations that provides a reset function to clearing the internal state.-
Method Summary
Methods inherited from interface com.complexible.common.primitives.Resettable
close, reset