Package 

Class SynchronizedReference

    • Method Summary

      Modifier and Type Method Description
      final T getOrCreate(Function0<T> builder)
      final Boolean reset()
      final T set(T value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SynchronizedReference

        SynchronizedReference(T value)