Interface Resettable

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
BiLongPredicate.StatefulBiLongPredicate, ResettablePredicate<T>

public interface Resettable extends AutoCloseable
Anything which has a state that can be reset and must be closed.
Since:
7.6.2
Author:
Pavel Klinov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • reset

      void reset()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable