Package groovy.lang

Class Tuple0

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

public final class Tuple0 extends Tuple
Represents a list of 0 typed Object.
Since:
3.0.0
See Also:
  • Field Details

    • INSTANCE

      public static final Tuple0 INSTANCE
  • Method Details