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

Method apply

output/java_guava/1.4.17/Converter.java:400–406  ·  view source on GitHub ↗

@deprecated Provided to satisfy the Function interface; use #convert instead.

(@Nullable A a)

Source from the content-addressed store, hash-verified

398 */
399
400 @Deprecated
401 @Override
402 @Nullable
403 @CanIgnoreReturnValue
404 public final B apply(@Nullable A a) {
405 return convert(a);
406 }
407
408 /**
409 * Indicates whether another object is equal to this converter.

Callers

nothing calls this directly

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected