Uses of Interface
com.jnape.palatable.lambda.adt.product.Product8
Packages that use Product8
Package
Description
-
Uses of Product8 in com.jnape.palatable.lambda.adt.coproduct
Methods in com.jnape.palatable.lambda.adt.coproduct that return Product8 -
Uses of Product8 in com.jnape.palatable.lambda.adt.hlist
Classes in com.jnape.palatable.lambda.adt.hlist that implement Product8Modifier and TypeClassDescriptionclass
Tuple8<_1,
_2, _3, _4, _5, _6, _7, _8> An 8-element tuple product type, implemented as a specialized HList. -
Uses of Product8 in com.jnape.palatable.lambda.adt.product
Methods in com.jnape.palatable.lambda.adt.product that return Product8Modifier and TypeMethodDescriptionProduct8.invert()
static <_1,
_2, _3, _4, _5, _6, _7, _8>
Product8<_1, _2, _3, _4, _5, _6, _7, _8> Product8.product
(_1 _1, _2 _2, _3 _3, _4 _4, _5 _5, _6 _6, _7 _7, _8 _8) Static factory method for creating a genericProduct8
.Product8.rotateL3()
Product8.rotateL4()
Product8.rotateL5()
Product8.rotateL6()
Product8.rotateL7()
Product8.rotateL8()
Rotate all eight values of this product one slot to the left.Product8.rotateR3()
Product8.rotateR4()
Product8.rotateR5()
Product8.rotateR6()
Product8.rotateR7()
Product8.rotateR8()
Rotate all eight values of this product one slot to the right. -
Uses of Product8 in com.jnape.palatable.lambda.functions.builtin.fn2
Methods in com.jnape.palatable.lambda.functions.builtin.fn2 that return types with arguments of type Product8Modifier and TypeMethodDescriptionInto8.into8
(Fn8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? extends I> fn) Methods in com.jnape.palatable.lambda.functions.builtin.fn2 with parameters of type Product8Modifier and TypeMethodDescriptionInto8.checkedApply
(Fn8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? extends I> fn, Product8<A, B, C, D, E, F, G, H> product) static <A,
B, C, D, E, F, G, H, I>
IInto8.into8
(Fn8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? extends I> fn, Product8<A, B, C, D, E, F, G, H> product)