Uses of Class
io.vavr.Tuple4
Packages that use Tuple4
Package
Description
Beside
API
the io.vavr package contains core types like (Checked)Functions and Tuples.-
Uses of Tuple4 in io.vavr
Modifier and TypeMethodDescriptionTuple3.append
(T4 t4) Append a value to this tuple.<T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> Concat a tuple's values to this tuple.Concat a tuple's values to this tuple.Concat a tuple's values to this tuple.Concat a tuple's values to this tuple.<U1,
U2, U3, U4>
Tuple4<U1, U2, U3, U4> Maps the components of this tuple using a mapper function.<U1,
U2, U3, U4>
Tuple4<U1, U2, U3, U4> Tuple4.map
(Function<? super T1, ? extends U1> f1, Function<? super T2, ? extends U2> f2, Function<? super T3, ? extends U3> f3, Function<? super T4, ? extends U4> f4) Maps the components of this tuple using a mapper function for each component.Maps the 1st component of this tuple to a new value.Maps the 2nd component of this tuple to a new value.Maps the 3rd component of this tuple to a new value.Maps the 4th component of this tuple to a new value.static <T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> Narrows a widenedTuple4<? extends T1, ? extends T2, ? extends T3, ? extends T4>
toTuple4<T1, T2, T3, T4>
.static <T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> Tuple.of
(T1 t1, T2 t2, T3 t3, T4 t4) Creates a tuple of 4 elements.Tuple.sequence4
(Iterable<? extends Tuple4<? extends T1, ? extends T2, ? extends T3, ? extends T4>> tuples) Turns a sequence ofTuple4
into a Tuple4 ofSeq
s.static <T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> API.Tuple
(T1 t1, T2 t2, T3 t3, T4 t4) Alias forTuple.of(Object, Object, Object, Object)
Creates a tuple of 4 elements.(package private) static <T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> Sets the 1st element of this tuple to the givenvalue
.Sets the 2nd element of this tuple to the givenvalue
.Sets the 3rd element of this tuple to the givenvalue
.Sets the 4th element of this tuple to the givenvalue
.Modifier and TypeMethodDescriptionstatic <T1,
T2, T3, T4, _1 extends T1, _2 extends T2, _3 extends T3, _4 extends T4>
API.Match.Pattern4<Tuple4<T1, T2, T3, T4>, _1, _2, _3, _4> Patterns.$Tuple4
(API.Match.Pattern<_1, ?> p1, API.Match.Pattern<_2, ?> p2, API.Match.Pattern<_3, ?> p3, API.Match.Pattern<_4, ?> p4) static <T1,
T2, T3, T4>
Comparator<Tuple4<T1, T2, T3, T4>> Tuple4.comparator
(Comparator<? super T1> t1Comp, Comparator<? super T2> t2Comp, Comparator<? super T3> t3Comp, Comparator<? super T4> t4Comp) CheckedFunction4.tupled()
Returns a tupled version of this function.Function4.tupled()
Returns a tupled version of this function.Modifier and TypeMethodDescriptionprivate static <U1 extends Comparable<? super U1>,
U2 extends Comparable<? super U2>, U3 extends Comparable<? super U3>, U4 extends Comparable<? super U4>>
intint
<T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> Concat a tuple's values to this tuple.Concat a tuple's values to this tuple.Concat a tuple's values to this tuple.Concat a tuple's values to this tuple.Concat a tuple's values to this tuple.static <T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> Narrows a widenedTuple4<? extends T1, ? extends T2, ? extends T3, ? extends T4>
toTuple4<T1, T2, T3, T4>
.(package private) static <T1,
T2, T3, T4>
Tuple4<T1, T2, T3, T4> Modifier and TypeMethodDescription<U1,
U2, U3, U4>
Tuple4<U1, U2, U3, U4> Maps the components of this tuple using a mapper function.static <T,
T1 extends U1, U1, T2 extends U2, U2, T3 extends U3, U3, T4 extends U4, U4>
API.Match.Pattern4<T, T1, T2, T3, T4> API.Match.Pattern4.of
(Class<? super T> type, API.Match.Pattern<T1, ?> p1, API.Match.Pattern<T2, ?> p2, API.Match.Pattern<T3, ?> p3, API.Match.Pattern<T4, ?> p4, Function<T, Tuple4<U1, U2, U3, U4>> unapply) Tuple.sequence4
(Iterable<? extends Tuple4<? extends T1, ? extends T2, ? extends T3, ? extends T4>> tuples) Turns a sequence ofTuple4
into a Tuple4 ofSeq
s.