Uses of Class
eu.bandm.tools.ops.Tuple4
Packages that use Tuple4
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Tuple4 in eu.bandm.tools.d2d2.base
Subclasses of Tuple4 in eu.bandm.tools.d2d2.base -
Uses of Tuple4 in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops 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.ops 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.ops with parameters of type Tuple4