Interface ViewableAsDecuple<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>

Type Parameters:
T1 - The type of the first value.
T2 - The type of the second value.
T3 - The type of the third value.
T4 - The type of the fourth value.
T5 - The type of the fifth value.
T6 - The type of the sixth value.
T7 - The type of the seventh value.
T8 - The type of the eight value.
T9 - The type of the ninth value.
T10 - The type of the tenth value.
All Known Subinterfaces:
Decuple<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ViewableAsDecuple<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
A type which may be viewed as a composite of ten values, i.e. a Decuple.