Package com.jnape.palatable.lambda.adt.product
-
Interface Summary Interface Description Product2<_1,_2> The minimal shape of the combination of two potentially distinctly typed values, supporting destructuring via explicitly named indexing methods, as well as via a combining function.Product3<_1,_2,_3> A product with three values.Product4<_1,_2,_3,_4> A product with four values.Product5<_1,_2,_3,_4,_5> A product with five values.Product6<_1,_2,_3,_4,_5,_6> A product with six values.Product7<_1,_2,_3,_4,_5,_6,_7> A product with seven values.Product8<_1,_2,_3,_4,_5,_6,_7,_8> A product with eight values.