Uses of Class
fj.data.vector.V8
Packages that use V8
Package
Description
Types that set the premise for the existence of Functional Java.
Fixed-length vectors
-
Uses of V8 in fj
-
Uses of V8 in fj.data.vector
Methods in fj.data.vector that return V8Modifier and TypeMethodDescription<B> V8<B> Performs function application within a vector (applicative functor pattern).static <A> V8<A> Creates a vector-8 from a head and a tail.<B> V8<B> Maps the given function across this vector.static <A> V8<A> Creates a vector-8 from a homogeneous product-8.Zips this vector with the given vector to produce a vector of vectors.Zips this vector with the given vector to produce a vector of pairs.<B,C> V8 <C> Zips this vector with the given vector using the given function to produce a new vector.Methods in fj.data.vector that return types with arguments of type V8Modifier and TypeMethodDescriptionV8.__1()A first-class function to get the first element of a vector.V8.__2()A first-class function to get the second element of a vector.V8.__3()A first-class function to get the third element of a vector.V8.__4()A first-class function to get the fourth element of a vector.V8.__5()A first-class function to get the fifth element of a vector.V8.__6()A first-class function to get the sixth element of a vector.V8.__7()A first-class function to get the seventh element of a vector.V8.__8()A first-class function to get the eighth element of a vector.V8.p_()Returns a function that transforms a vector-8 to the equivalent product-8.V8.toStream_()Returns a function that transforms a vector-8 to a stream of its elements.Methods in fj.data.vector with parameters of type V8Modifier and TypeMethodDescription<B> V8<B> Performs function application within a vector (applicative functor pattern).Zips this vector with the given vector to produce a vector of vectors.Zips this vector with the given vector to produce a vector of pairs.<B,C> V8 <C> Zips this vector with the given vector using the given function to produce a new vector.