Package groovy.lang

Class Tuple1<T1>

All Implemented Interfaces:
Serializable, Cloneable, Comparable, Iterable, Collection, List

public final class Tuple1<T1>
extends Tuple
Represents a list of 1 typed Object.
Since:
2.5.0
See Also:
Serialized Form
  • Constructor Details

    • Tuple1

      public Tuple1​(T1 t1)
    • Tuple1

      public Tuple1​(Tuple1<T1> tuple)
  • Method Details