MCPcopy Create free account
hub / github.com/antlr/codebuff / apply

Method apply

corpus/java/training/guava/cache/LoadingCache.java:128–128  ·  view source on GitHub ↗

@deprecated Provided to satisfy the Function interface; use #get or #getUnchecked instead. @throws UncheckedExecutionException if an exception was thrown while loading the value. (As described in the documentation for #getUnchecked, LoadingCache should

(K key)

Source from the content-addressed store, hash-verified

126 * used as a {@code Function} only with cache loaders that throw only unchecked exceptions.)
127 */
128 @Deprecated
129 @Override
130 V apply(K key);
131

Callers 15

loadMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
getMethod · 0.65
removeMethod · 0.65
transformMethod · 0.65
getMethod · 0.65
toMapMethod · 0.65
uniqueIndexMethod · 0.65
transformEntryMethod · 0.65
applyMethod · 0.65
containsKeyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected