Uses of Class
fj.data.vector.V5
Packages that use V5
Package
Description
Types that set the premise for the existence of Functional Java.
Fixed-length vectors
-
Uses of V5 in fj
-
Uses of V5 in fj.data.vector
Fields in fj.data.vector declared as V5Methods in fj.data.vector that return V5Modifier and TypeMethodDescription<B> V5
<B> Performs function application within a vector (applicative functor pattern).static <A> V5
<A> Creates a vector-5 from a head and a tail.<B> V5
<B> Maps the given function across this vector.static <A> V5
<A> Creates a vector-5 from a homogeneous product-5.V6.tail()
Returns all but the first element of this vector, as a vector-5.static <A> V5
<A> V.v
(A a1, A a2, A a3, A a4, A a5) Puts elements in a vector-5.static <A> V5
<A> Puts elements in a vector-5.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> V5 <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 V5Modifier and TypeMethodDescriptionV5.__1()
A first-class function to get the first element of a vector.V5.__2()
A first-class function to get the second element of a vector.V5.__3()
A first-class function to get the third element of a vector.V5.__4()
A first-class function to get the fourth element of a vector.V5.__5()
A first-class function to get the fifth element of a vector.V5.p_()
Returns a function that transforms a vector-5 to the equivalent product-5.V5.toStream_()
Returns a function that transforms a vector-5 to a stream of its elements.V.v5()
Returns a function that puts elements in a vector-5.Methods in fj.data.vector with parameters of type V5Modifier and TypeMethodDescription<B> V5
<B> Performs function application within a vector (applicative functor pattern).static <A> V6
<A> Creates a vector-6 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> V5 <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 V5