Interface TryThreadLocal.Memo

All Superinterfaces:
AutoCloseable
Enclosing class:
TryThreadLocal<T>

public static interface TryThreadLocal.Memo extends AutoCloseable
Remembers to set the value back.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the value back; never throws.
  • Method Details

    • close

      void close()
      Sets the value back; never throws.
      Specified by:
      close in interface AutoCloseable