Uses of Class
fj.data.vector.V4
Packages that use V4
Package
Description
Types that set the premise for the existence of Functional Java.
Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in
amortized O(1) time.
Fixed-length vectors
-
Uses of V4 in fj
-
Uses of V4 in fj.data.fingertrees
Fields in fj.data.fingertrees declared as V4Methods in fj.data.fingertrees that return V4Constructors in fj.data.fingertrees with parameters of type V4 -
Uses of V4 in fj.data.vector
Fields in fj.data.vector declared as V4Methods in fj.data.vector that return V4Modifier and TypeMethodDescription<B> V4
<B> Performs function application within a vector (applicative functor pattern).static <A> V4
<A> Creates a vector-4 from a head and a tail.<B> V4
<B> Maps the given function across this vector.static <A> V4
<A> Creates a vector-4 from a homogeneous product-4.V5.tail()
Returns all but the first element of this vector, as a vector-4.static <A> V4
<A> V.v
(A a1, A a2, A a3, A a4) Puts elements in a vector-4.static <A> V4
<A> Puts elements in a vector-4.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> V4 <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 V4Modifier and TypeMethodDescriptionV4.__1()
A first-class function to get the first element of a vector.V4.__2()
A first-class function to get the second element of a vector.V4.__3()
A first-class function to get the third element of a vector.V4.__4()
A first-class function to get the fourth element of a vector.V4.p_()
Returns a function that transforms a vector-4 to the equivalent product-4.V4.toStream_()
Returns a function that transforms a vector-4 to a stream of its elements.V.v4()
Returns a function that puts elements in a vector-4.Methods in fj.data.vector with parameters of type V4Modifier and TypeMethodDescription<B> V4
<B> Performs function application within a vector (applicative functor pattern).static <A> V5
<A> Creates a vector-5 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> V4 <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 V4