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

Method tuple

src/main/java/groovy/lang/Tuple.java:186–188  ·  view source on GitHub ↗

Construct a tuple of degree 0.

()

Source from the content-addressed store, hash-verified

184 * Construct a tuple of degree 0.
185 */
186 public static Tuple0 tuple() {
187 return Tuple0.INSTANCE;
188 }
189
190 /**
191 * Construct a tuple of degree 1.

Callers 15

setRenderRangeMethod · 0.95
overMethod · 0.95
SyntaxErrorReportableInterface · 0.95
MatchingHighlighterClass · 0.80
highlightMatchedMethod · 0.80
innerJoinMethod · 0.80
rightJoinMethod · 0.80
rightHashJoinMethod · 0.80
crossJoinMethod · 0.80
groupByMethod · 0.80
selectMethod · 0.80

Calls

no outgoing calls

Tested by 3

testEqualsHashCodeMethod · 0.64
testEqualsNullMethod · 0.64