Uses of Class
fj.data.vector.V6
Packages that use V6
Package
Description
Types that set the premise for the existence of Functional Java.
Fixed-length vectors
-
Uses of V6 in fj
-
Uses of V6 in fj.data.vector
Fields in fj.data.vector declared as V6Methods in fj.data.vector that return V6Modifier and TypeMethodDescription<B> V6
<B> Performs function application within a vector (applicative functor pattern).static <A> V6
<A> Creates a vector-6 from a head and a tail.<B> V6
<B> Maps the given function across this vector.static <A> V6
<A> Creates a vector-6 from a homogeneous product-6.V7.tail()
Returns all but the first element of this vector, as a vector-6.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> V6 <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 V6Modifier and TypeMethodDescriptionV6.__1()
A first-class function to get the first element of a vector.V6.__2()
A first-class function to get the second element of a vector.V6.__3()
A first-class function to get the third element of a vector.V6.__4()
A first-class function to get the fourth element of a vector.V6.__5()
A first-class function to get the fifth element of a vector.V6.__6()
A first-class function to get the sixth element of a vector.V6.p_()
Returns a function that transforms a vector-6 to the equivalent product-6.V6.toStream_()
Returns a function that transforms a vector-6 to a stream of its elements.Methods in fj.data.vector with parameters of type V6Modifier and TypeMethodDescription<B> V6
<B> Performs function application within a vector (applicative functor pattern).static <A> V7
<A> Creates a vector-7 from a head and a tail.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> V6 <C> Zips this vector with the given vector using the given function to produce a new vector.Constructors in fj.data.vector with parameters of type V6