Interface Resettable
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Subinterfaces:
BiLongPredicate.StatefulBiLongPredicate,ResettablePredicate<T>
public interface Resettable extends java.lang.AutoCloseableAnything 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 voidclose()voidreset()
-