Lines Matching refs:get
63 public T get() {
64 return function.apply(first.get());
71 * call to {@code get()} and returns that value on subsequent calls to
72 * {@code get()}. See:
77 * get()} is called on the reserialized instance.
93 public synchronized T get() {
95 value = delegate.get();
107 * calls to {@code get()} return the cached value if the expiration time has
114 * get()} is called on the reserialized instance.
117 * should stop being returned by subsequent {@code get()} calls
142 public synchronized T get() {
144 value = delegate.get();
168 public T get() {
175 * Returns a supplier whose {@code get()} method synchronizes on
189 public T get() {
191 return delegate.get();