Uses of Interface
com.jnape.palatable.lambda.adt.product.Product4
Packages that use Product4
Package
Description
-
Uses of Product4 in com.jnape.palatable.lambda.adt.coproduct
Methods in com.jnape.palatable.lambda.adt.coproduct that return Product4 -
Uses of Product4 in com.jnape.palatable.lambda.adt.hlist
Classes in com.jnape.palatable.lambda.adt.hlist that implement Product4Modifier and TypeClassDescriptionclass
Tuple4<_1,
_2, _3, _4> A 4-element tuple product type, implemented as a specialized HList.class
Tuple5<_1,
_2, _3, _4, _5> A 5-element tuple product type, implemented as a specialized HList.class
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 Product4 in com.jnape.palatable.lambda.adt.product
Subinterfaces of Product4 in com.jnape.palatable.lambda.adt.productModifier and TypeInterfaceDescriptioninterface
Product5<_1,
_2, _3, _4, _5> A product with five values.interface
Product6<_1,
_2, _3, _4, _5, _6> A product with six values.interface
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 Product4Modifier and TypeMethodDescriptionProduct4.invert()
static <_1,
_2, _3, _4>
Product4<_1, _2, _3, _4> Product4.product
(_1 _1, _2 _2, _3 _3, _4 _4) Static factory method for creating a genericProduct4
.Product4.rotateL3()
Product4.rotateL4()
Rotate the first four values of this product one slot to the left.Product4.rotateR3()
Product4.rotateR4()
Rotate the first four values of this product one slot to the right. -
Uses of Product4 in com.jnape.palatable.lambda.functions.builtin.fn2
Methods in com.jnape.palatable.lambda.functions.builtin.fn2 that return types with arguments of type Product4Modifier and TypeMethodDescriptionMethods in com.jnape.palatable.lambda.functions.builtin.fn2 with parameters of type Product4