Uses of Class
eu.bandm.tools.util.anon.Tuple4
Packages that use Tuple4
Package
Description
Collection types which work without names for classes and components.
-
Uses of Tuple4 in eu.bandm.tools.util.anon
Methods in eu.bandm.tools.util.anon that return Tuple4Modifier and TypeMethodDescriptionstatic <A0,
A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.Methods in eu.bandm.tools.util.anon that return types with arguments of type Tuple4Modifier and TypeMethodDescriptionstatic <A0,
A1, A2, A3>
Comparator<Tuple4<A0, A1, A2, A3>> Tuples.lexical
(Comparator<A0> c0, Comparator<A1> c1, Comparator<A2> c2, Comparator<A3> c3) Combine four comparators of the components into a comparator for the 4-tuple, in lexical style.Tuples.product
(Function<A0, @Opt B0> f0, Function<A1, @Opt B1> f1, Function<A2, @Opt B2> f2, Function<A3, @Opt B3> f3) Build an operation on tuples from four operations on the component types.Tuples.product
(Function<A0, @Opt B0> f0, Function<A1, @Opt B1> f1, Function<A2, @Opt B2> f2, Function<A3, @Opt B3> f3) Build an operation on tuples from four operations on the component types.Tuples.tupling
(Function<A, @Opt B0> f0, Function<A, @Opt B1> f1, Function<A, @Opt B2> f2, Function<A, @Opt B3> f3) Build a function which delivers a 4-tuple from functions which deliver a single value.Methods in eu.bandm.tools.util.anon with parameters of type Tuple4