Package io.tech1.framework.domain.tuples
Class Tuple6<A,B,C,D,E,F>
- java.lang.Object
-
- io.tech1.framework.domain.tuples.Tuple6<A,B,C,D,E,F>
-
public class Tuple6<A,B,C,D,E,F> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)AgetA()BgetB()CgetC()DgetD()EgetE()FgetF()inthashCode()static <A,B,C,D,E,F>
Tuple6<A,B,C,D,E,F>of(A a, B b, C c, D d, E e, F f)StringtoString()
-