Package groovy.lang

Class Tuple3<T1,​T2,​T3>

    • Constructor Detail

      • Tuple3

        public Tuple3​(T1 first,
                      T2 second,
                      T3 third)
    • Method Detail

      • getFirst

        public T1 getFirst()
      • getSecond

        public T2 getSecond()
      • getThird

        public T3 getThird()