Package akka.japi.tuple

Class Summary
Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>  
Tuple10$ Used to create tuples with 10 elements in Java.
Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>  
Tuple11$ Used to create tuples with 11 elements in Java.
Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>  
Tuple12$ Used to create tuples with 12 elements in Java.
Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>  
Tuple13$ Used to create tuples with 13 elements in Java.
Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>  
Tuple14$ Used to create tuples with 14 elements in Java.
Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>  
Tuple15$ Used to create tuples with 15 elements in Java.
Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>  
Tuple16$ Used to create tuples with 16 elements in Java.
Tuple17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>  
Tuple17$ Used to create tuples with 17 elements in Java.
Tuple18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>  
Tuple18$ Used to create tuples with 18 elements in Java.
Tuple19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>  
Tuple19$ Used to create tuples with 19 elements in Java.
Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>  
Tuple20$ Used to create tuples with 20 elements in Java.
Tuple21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>  
Tuple21$ Used to create tuples with 21 elements in Java.
Tuple22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>  
Tuple22$ Used to create tuples with 22 elements in Java.
Tuple3<T1,T2,T3>  
Tuple3$ Used to create tuples with 3 elements in Java.
Tuple4<T1,T2,T3,T4>  
Tuple4$ Used to create tuples with 4 elements in Java.
Tuple5<T1,T2,T3,T4,T5>  
Tuple5$ Used to create tuples with 5 elements in Java.
Tuple6<T1,T2,T3,T4,T5,T6>  
Tuple6$ Used to create tuples with 6 elements in Java.
Tuple7<T1,T2,T3,T4,T5,T6,T7>  
Tuple7$ Used to create tuples with 7 elements in Java.
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>  
Tuple8$ Used to create tuples with 8 elements in Java.
Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>  
Tuple9$ Used to create tuples with 9 elements in Java.