Uses of Interface
com.jnape.palatable.lambda.adt.product.Product7
Packages that use Product7
Package
Description
-
Uses of Product7 in com.jnape.palatable.lambda.adt.coproduct
Methods in com.jnape.palatable.lambda.adt.coproduct that return Product7 -
Uses of Product7 in com.jnape.palatable.lambda.adt.hlist
Classes in com.jnape.palatable.lambda.adt.hlist that implement Product7 -
Uses of Product7 in com.jnape.palatable.lambda.adt.product
Subinterfaces of Product7 in com.jnape.palatable.lambda.adt.productModifier and TypeInterfaceDescriptioninterface
Product8<_1,
_2, _3, _4, _5, _6, _7, _8> A product with eight values.Methods in com.jnape.palatable.lambda.adt.product that return Product7Modifier and TypeMethodDescriptionProduct7.invert()
static <_1,
_2, _3, _4, _5, _6, _7>
Product7<_1, _2, _3, _4, _5, _6, _7> Product7.product
(_1 _1, _2 _2, _3 _3, _4 _4, _5 _5, _6 _6, _7 _7) Static factory method for creating a genericProduct7
.Product7.rotateL3()
Product7.rotateL4()
Product7.rotateL5()
Product7.rotateL6()
Product7.rotateL7()
Rotate the first seven values of this product one slot to the left.Product7.rotateR3()
Product7.rotateR4()
Product7.rotateR5()
Product7.rotateR6()
Product7.rotateR7()
Rotate the first seven values of this product one slot to the right. -
Uses of Product7 in com.jnape.palatable.lambda.functions.builtin.fn2
Methods in com.jnape.palatable.lambda.functions.builtin.fn2 that return types with arguments of type Product7Modifier and TypeMethodDescriptionInto7.into7
(Fn7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? extends H> fn) Methods in com.jnape.palatable.lambda.functions.builtin.fn2 with parameters of type Product7Modifier and TypeMethodDescriptionInto7.checkedApply
(Fn7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? extends H> fn, Product7<A, B, C, D, E, F, G> product) static <A,
B, C, D, E, F, G, H>
HInto7.into7
(Fn7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? extends H> fn, Product7<A, B, C, D, E, F, G> product)