Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
public
interface
Function<T, R> {
30
R apply(T t);
31
}
Callers
15
mapToObj
Method · 0.65
doGetMethods
Method · 0.65
checkForDuplicateInterfaces
Method · 0.65
addAllInterfaces
Method · 0.65
collectManyParallel
Method · 0.65
withCurrentFJP
Method · 0.65
collect
Method · 0.65
collecting
Method · 0.65
next
Method · 0.65
collectEntries
Method · 0.65
collectKeys
Method · 0.65
collectValues
Method · 0.65
Implementers
11
DefaultXmlEscapingFunction
subprojects/groovy-xml/src/main/java/g
StandardXmlFilter
subprojects/groovy-xml/src/main/java/g
AllControlToUndefined
subprojects/groovy-xml/src/main/java/g
StandardXmlAttributeFilter
subprojects/groovy-xml/src/main/java/g
SingleQuoteFilter
subprojects/groovy-xml/src/main/java/g
DoubleQuoteFilter
subprojects/groovy-xml/src/main/java/g
StandardControlToUndefined
subprojects/groovy-xml/src/main/java/g
SurrogateToUndefined
subprojects/groovy-xml/src/main/java/g
FunctionClosure
src/main/java/org/apache/groovy/util/C
ConcurrentReferenceHashMap
src/main/java/org/apache/groovy/util/c
Segment
src/main/java/org/apache/groovy/util/c
Calls
no outgoing calls
Tested by
no test coverage detected