Package org.leo.aws.ddb.utils
Class Tuple8<A,B,C,D,E,F,G,H>
- java.lang.Object
-
- org.leo.aws.ddb.utils.Tuple8<A,B,C,D,E,F,G,H>
-
- All Implemented Interfaces:
Serializable,ITuple
public final class Tuple8<A,B,C,D,E,F,G,H> extends Object implements ITuple
- See Also:
- Serialized Form
-
-
Method Detail
-
_1
public A _1()
-
_2
public B _2()
-
_3
public C _3()
-
_4
public D _4()
-
_5
public E _5()
-
_6
public F _6()
-
_7
public G _7()
-
_8
public H _8()
-
toIterable
public Iterable<?> toIterable()
- Specified by:
toIterablein interfaceITuple
-
-