Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV8
Method
getV8
src/main/java/groovy/lang/Tuple8.java:222–224 ·
view source on GitHub ↗
Returns the eighth element. @return the eighth element
()
Source
from the content-addressed store, hash-verified
220
* @
return
the eighth element
221
*/
222
public
T8 getV8() {
223
return
v8;
224
}
225
226
/**
227
* {@inheritDoc}
Callers
1
testTuple8
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple8
Method · 0.76