MCPcopy Create free account
hub / github.com/apache/groovy / apply

Method apply

src/main/java/org/apache/groovy/internal/util/Function.java:30–30  ·  view source on GitHub ↗
(T t)

Source from the content-addressed store, hash-verified

28@Incubating
29public interface Function<T, R> {
30 R apply(T t);
31}

Callers 15

mapToObjMethod · 0.65
doGetMethodsMethod · 0.65
addAllInterfacesMethod · 0.65
collectManyParallelMethod · 0.65
withCurrentFJPMethod · 0.65
collectMethod · 0.65
collectingMethod · 0.65
nextMethod · 0.65
collectEntriesMethod · 0.65
collectKeysMethod · 0.65
collectValuesMethod · 0.65

Implementers 11

DefaultXmlEscapingFunctionsubprojects/groovy-xml/src/main/java/g
StandardXmlFiltersubprojects/groovy-xml/src/main/java/g
AllControlToUndefinedsubprojects/groovy-xml/src/main/java/g
StandardXmlAttributeFiltersubprojects/groovy-xml/src/main/java/g
SingleQuoteFiltersubprojects/groovy-xml/src/main/java/g
DoubleQuoteFiltersubprojects/groovy-xml/src/main/java/g
StandardControlToUndefinedsubprojects/groovy-xml/src/main/java/g
SurrogateToUndefinedsubprojects/groovy-xml/src/main/java/g
FunctionClosuresrc/main/java/org/apache/groovy/util/C
ConcurrentReferenceHashMapsrc/main/java/org/apache/groovy/util/c
Segmentsrc/main/java/org/apache/groovy/util/c

Calls

no outgoing calls

Tested by

no test coverage detected