Package groovy.lang

Class Tuple4<T1,​T2,​T3,​T4>

    • Constructor Detail

      • Tuple4

        public Tuple4​(T1 first,
                      T2 second,
                      T3 third,
                      T4 fourth)
    • Method Detail

      • getFirst

        public T1 getFirst()
      • getSecond

        public T2 getSecond()
      • getThird

        public T3 getThird()
      • getFourth

        public T4 getFourth()