Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getFirst
Method
getFirst
src/main/java/groovy/lang/Tuple6.java:73–76 ·
view source on GitHub ↗
Returns the first element. @return the first element
()
Source
from the content-addressed store, hash-verified
71
* @
return
the first element
72
*/
73
@Deprecated
74
public
T1 getFirst() {
75
return
v1;
76
}
77
78
/**
79
* Returns the second element.
Callers
5
test_lists
Method · 0.45
testGetFirstOnEmpty
Method · 0.45
testGetFirst
Method · 0.45
doChooseMostSpecificParams
Method · 0.45
getContext
Method · 0.45
Calls
no outgoing calls
Tested by
2
testGetFirstOnEmpty
Method · 0.36
testGetFirst
Method · 0.36