MCPcopy Index your code
hub / github.com/antlr/codebuff / apply

Method apply

corpus/java/training/guava/base/Function.java:64–64  ·  view source on GitHub ↗

Returns the result of applying this function to input. This method is generally expected , but not absolutely required, to have the following properties: Its execution does not cause any observable side effects. The computation is consistent with equals ; that is, {

(@Nullable F input)

Source from the content-addressed store, hash-verified

62 * arguments
63 */
64 @Nullable
65 @CanIgnoreReturnValue
66 T apply(@Nullable F input);
67

Callers 15

doFallbackMethod · 0.65
doFallbackMethod · 0.65
applyMethod · 0.65
applyMethod · 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

Implementers 15

EntrySetoutput/java_guava/1.4.17/AbstractBiMap
NotPredicateoutput/java_guava/1.4.17/Predicates.ja
AndPredicateoutput/java_guava/1.4.17/Predicates.ja
OrPredicateoutput/java_guava/1.4.17/Predicates.ja
IsEqualToPredicateoutput/java_guava/1.4.17/Predicates.ja
InstanceOfPredicateoutput/java_guava/1.4.17/Predicates.ja
SubtypeOfPredicateoutput/java_guava/1.4.17/Predicates.ja
InPredicateoutput/java_guava/1.4.17/Predicates.ja
CompositionPredicateoutput/java_guava/1.4.17/Predicates.ja
ContainsPatternPredicateoutput/java_guava/1.4.17/Predicates.ja
EquivalentToPredicateoutput/java_guava/1.4.17/Equivalence.j
Converteroutput/java_guava/1.4.17/Converter.jav

Calls

no outgoing calls

Tested by

no test coverage detected