Interface Resettable
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Subinterfaces:
BiLongPredicate.StatefulBiLongPredicate
,ResettablePredicate<T>
public interface Resettable extends java.lang.AutoCloseable
Anything which has a state that can be reset and must be closed.- Since:
- 7.6.2
- Author:
- Pavel Klinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
reset()
-