Uses of Interface
com.jnape.palatable.lambda.adt.product.Product6
Packages that use Product6
Package
Description
-
Uses of Product6 in com.jnape.palatable.lambda.adt.coproduct
Methods in com.jnape.palatable.lambda.adt.coproduct that return Product6 -
Uses of Product6 in com.jnape.palatable.lambda.adt.hlist
Classes in com.jnape.palatable.lambda.adt.hlist that implement Product6Modifier and TypeClassDescriptionclass
Tuple6<_1,
_2, _3, _4, _5, _6> A 6-element tuple product type, implemented as a specialized HList.class
Tuple7<_1,
_2, _3, _4, _5, _6, _7> A 7-element tuple product type, implemented as a specialized HList.class
Tuple8<_1,
_2, _3, _4, _5, _6, _7, _8> An 8-element tuple product type, implemented as a specialized HList. -
Uses of Product6 in com.jnape.palatable.lambda.adt.product
Subinterfaces of Product6 in com.jnape.palatable.lambda.adt.productModifier and TypeInterfaceDescriptioninterface
Product7<_1,
_2, _3, _4, _5, _6, _7> A product with seven values.interface
Product8<_1,
_2, _3, _4, _5, _6, _7, _8> A product with eight values.Methods in com.jnape.palatable.lambda.adt.product that return Product6Modifier and TypeMethodDescriptionProduct6.invert()
static <_1,
_2, _3, _4, _5, _6>
Product6<_1, _2, _3, _4, _5, _6> Product6.product
(_1 _1, _2 _2, _3 _3, _4 _4, _5 _5, _6 _6) Static factory method for creating a genericProduct6
.Product6.rotateL3()
Product6.rotateL4()
Product6.rotateL5()
Product6.rotateL6()
Rotate the first six values of this product one slot to the left.Product6.rotateR3()
Product6.rotateR4()
Product6.rotateR5()
Product6.rotateR6()
Rotate the first six values of this product one slot to the right. -
Uses of Product6 in com.jnape.palatable.lambda.functions.builtin.fn2
Methods in com.jnape.palatable.lambda.functions.builtin.fn2 that return types with arguments of type Product6Modifier and TypeMethodDescriptionMethods in com.jnape.palatable.lambda.functions.builtin.fn2 with parameters of type Product6Modifier and TypeMethodDescriptionInto6.checkedApply
(Fn6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? extends G> fn, Product6<A, B, C, D, E, F> product) static <A,
B, C, D, E, F, G>
GInto6.into6
(Fn6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? extends G> fn, Product6<A, B, C, D, E, F> product)