Package 

Class LockOnGetVariable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T value
    • Method Summary

      Modifier and Type Method Description
      final T getValue()
      • Methods inherited from class java.lang.Object

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

      • LockOnGetVariable

        LockOnGetVariable(T value)
      • LockOnGetVariable

        LockOnGetVariable(Callable<T> callable)