Class Tuple3<A,​B,​C>

  • Direct Known Subclasses:
    Tuple4

    public class Tuple3<A,​B,​C>
    extends Tuple2<A,​B>
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple3​(A value1, B value2, C value3)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      C get3()  
      • Methods inherited from class dev.pcvolkmer.mv64e.datamapper.mapper.exceptionhandler.tuples.Tuple2

        get1, get2
      • Methods inherited from class dev.pcvolkmer.mv64e.datamapper.mapper.exceptionhandler.tuples.Tuple

        from, from, from, from
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tuple3

        public Tuple3​(A value1,
                      B value2,
                      C value3)
    • Method Detail

      • get3

        public C get3()