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) static <A0,
A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Methods in eu.bandm.tools.util.anon that return types with arguments of type Tuple4Modifier and TypeMethodDescriptionTuples.tupling
(Function<A, @Opt B0> f0, Function<A, @Opt B1> f1, Function<A, @Opt B2> f2, Function<A, @Opt B3> f3) Tuples.tupling4
(Function<A, @Opt B0> f0, Function<A, @Opt B1> f1, Function<A, @Opt B2> f2, Function<A, @Opt B3> f3) Methods in eu.bandm.tools.util.anon with parameters of type Tuple4