Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ accept
Method
accept
src/main/java/groovy/util/function/TriConsumer.java:37–37 ·
view source on GitHub ↗
Performs the operation on the given arguments.
(A a, B b, C c)
Source
from the content-addressed store, hash-verified
35
* Performs the operation on the given arguments.
36
*/
37
void
accept(A a, B b, C c);
38
}
Callers
15
run
Method · 0.65
readClass
Method · 0.65
ls
Method · 0.65
walk
Method · 0.65
visitSetOperationExpression
Method · 0.65
visit
Method · 0.65
tryAdvance
Method · 0.65
render
Method · 0.65
testGeneratedClassHasTargetMethodHandleField
Method · 0.65
testStaticInitializerUsesMethodHandlesLookup
Method · 0.65
testGetTargetMethodHandleMethodExists
Method · 0.65
testInvokeMethodExists
Method · 0.65
Implementers
15
LimitExpression
subprojects/groovy-ginq/src/main/groov
JoinExpression
subprojects/groovy-ginq/src/main/groov
SelectExpression
subprojects/groovy-ginq/src/main/groov
WhereExpression
subprojects/groovy-ginq/src/main/groov
AbstractGinqExpression
subprojects/groovy-ginq/src/main/groov
SetOperationExpression
subprojects/groovy-ginq/src/main/groov
OrderExpression
subprojects/groovy-ginq/src/main/groov
GroupExpression
subprojects/groovy-ginq/src/main/groov
ShutdownExpression
subprojects/groovy-ginq/src/main/groov
FromExpression
subprojects/groovy-ginq/src/main/groov
GinqExpression
subprojects/groovy-ginq/src/main/groov
OnExpression
subprojects/groovy-ginq/src/main/groov
Calls
no outgoing calls
Tested by
8
testGeneratedClassHasTargetMethodHandleField
Method · 0.52
testStaticInitializerUsesMethodHandlesLookup
Method · 0.52
testGetTargetMethodHandleMethodExists
Method · 0.52
testInvokeMethodExists
Method · 0.52
testDoMethodInvokeMethodExists
Method · 0.52
testConstructorDelegatesToGeneratedMetaMethod
Method · 0.52
createClass
Method · 0.52
createClass
Method · 0.52