On this page
[Java] Class Tuple1<T1>
- groovy.lang.Tuple1
Constructor Summary
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Tuple1<T1> |
clone() |
|
public T1 |
getFirst() |
|
public T1 |
getV1() |
Inherited Methods Summary
Constructor Detail
public Tuple1(T1 t1)
public Tuple1(Tuple1<T1> tuple)
Method Detail
@Override public Tuple1<T1> clone()
@Deprecated public T1 getFirst()
public T1 getV1()
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/groovy/lang/Tuple1.html