Searched refs:valueLoader (Results 1 – 7 of 7) sorted by relevance
61 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get() argument62 return delegate().get(key, valueLoader); in get()
77 V get(K key, Callable<? extends V> valueLoader) throws ExecutionException; in get() argument
54 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get() argument
4734 public V get(K key, final Callable<? extends V> valueLoader) throws ExecutionException {4735 checkNotNull(valueLoader);4739 return valueLoader.call();
362 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get() argument369 V newValue = valueLoader.call(); in get()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...