Uses of Class
fj.P8
Packages that use P8
Package
Description
Types that set the premise for the existence of Functional Java.
Common algebraic data types.
Fixed-length vectors
-
Uses of P8 in fj
Modifier and TypeMethodDescriptionP7.append
(H el) static <A,
B, C, D, E, F$, G, H>
P8<A, B, C, D, E, F$, G, H> P.lazy
(F<Unit, A> fa, F<Unit, B> fb, F<Unit, C> fc, F<Unit, D> fd, F<Unit, E> fe, F<Unit, F$> ff, F<Unit, G> fg, F<Unit, H> fh) static <A,
B, C, D, E, F, G, H>
P8<A, B, C, D, E, F, G, H> Map the first element of the product.Map the second element of the product.Map the third element of the product.Map the fourth element of the product.Map the fifth element of the product.Map the sixth element of the product.Map the seventh element of the product.Map the eighth element of the product.P8.memo()
Provides a memoising P8 that remembers its values.static <A,
B, C, D, E, F$, G, H>
P8<A, B, C, D, E, F$, G, H> P.p
(A a, B b, C c, D d, E e, F$ f, G g, H h) A function that puts elements in a product-8.Modifier and TypeMethodDescriptionP8.__1()
Returns a function that returns the first element of a product.P8.__2()
Returns a function that returns the second element of a product.P8.__3()
Returns a function that returns the third element of a product.P8.__4()
Returns a function that returns the fourth element of a product.P8.__5()
Returns a function that returns the fifth element of a product.P8.__6()
Returns a function that returns the sixth element of a product.P8.__7()
Returns a function that returns the seventh element of a product.P8.__8()
Returns a function that returns the eighth element of a product.P.p8()
A function that puts an element in a product-8.Equal.p8Equal
(Equal<A> ea, Equal<B> eb, Equal<C> ec, Equal<D> ed, Equal<E> ee, Equal<F$> ef, Equal<G> eg, Equal<H> eh) An equal instance for a product-8.Hash.p8Hash
(Hash<A> ha, Hash<B> hb, Hash<C> hc, Hash<D> hd, Hash<E> he, Hash<F$> hf, Hash<G> hg, Hash<H> hh) A hash instance for a product-8.Show.p8Show
(Show<A> sa, Show<B> sb, Show<C> sc, Show<D> sd, Show<E> se, Show<F$> sf, Show<G> sg, Show<H> sh) A show instance for thetuple-8
type. -
Uses of P8 in fj.data
-
Uses of P8 in fj.data.vector
Methods in fj.data.vector that return P8Modifier and TypeMethodDescriptionV8.p()
Returns a homogeneous product-8 equivalent to this vector.Methods in fj.data.vector that return types with arguments of type P8Modifier and TypeMethodDescriptionV8.p_()
Returns a function that transforms a vector-8 to the equivalent product-8.Methods in fj.data.vector with parameters of type P8