Interface Product7<_1,_2,_3,_4,_5,_6,_7>

Type Parameters:
_1 - The first element type
_2 - The second element type
_3 - The third element type
_4 - The fourth element type
_5 - The fifth element type
_6 - The sixth element type
_7 - The seventh element type
All Superinterfaces:
Map.Entry<_1,_2>, Product2<_1,_2>, Product3<_1,_2,_3>, Product4<_1,_2,_3,_4>, Product5<_1,_2,_3,_4,_5>, Product6<_1,_2,_3,_4,_5,_6>
All Known Subinterfaces:
Product8<_1,_2,_3,_4,_5,_6,_7,_8>
All Known Implementing Classes:
Tuple7, Tuple8

public interface Product7<_1,_2,_3,_4,_5,_6,_7> extends Product6<_1,_2,_3,_4,_5,_6>
A product with seven values.
See Also: