Class Tuple5<A,​B,​C,​D,​E>


  • public class Tuple5<A,​B,​C,​D,​E>
    extends Tuple4<A,​B,​C,​D>
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple5​(A value1, B value2, C value3, D value4, E value5)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      E get5()  
      • Methods inherited from class dev.pcvolkmer.mv64e.datamapper.mapper.exceptionhandler.tuples.Tuple4

        get4
      • Methods inherited from class dev.pcvolkmer.mv64e.datamapper.mapper.exceptionhandler.tuples.Tuple3

        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

      • Tuple5

        public Tuple5​(A value1,
                      B value2,
                      C value3,
                      D value4,
                      E value5)
    • Method Detail

      • get5

        public E get5()