MCPcopy Index your code
hub / github.com/apache/groovy / apply

Method apply

src/main/java/groovy/concurrent/ReactorHandler.java:44–44  ·  view source on GitHub ↗

Processes a single message and returns the reply. @param ctx the actor context @param message the incoming message @return the reply value

(ActorContext<T> ctx, T message)

Source from the content-addressed store, hash-verified

42 * @return the reply value
43 */
44 R apply(ActorContext<T> ctx, T message);
45}

Callers 15

addClassMethod · 0.65
selectMethod · 0.65
sumMethod · 0.65
aggMethod · 0.65
probeHashTableMethod · 0.65
overMethod · 0.65
leadMethod · 0.65
nthValueMethod · 0.65
getValidRowBoundMethod · 0.65
composeOrdersMethod · 0.65
applyMethod · 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