Class ExpiringMemoizingSupplier.ReturnValue<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T value()  
      • Methods inherited from class java.lang.Object

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

      • value

        protected final T value
    • Method Detail

      • value

        public T value()