Uses of Interface
eu.bandm.tools.ops.Tuploid2
Packages that use Tuploid2
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 Tuploid2 in eu.bandm.tools.d2d2.base
Classes in eu.bandm.tools.d2d2.base that implement Tuploid2 -
Uses of Tuploid2 in eu.bandm.tools.ops
Subinterfaces of Tuploid2 in eu.bandm.tools.opsModifier and TypeInterfaceDescriptioninterface
Tuploid3<A0,
A1, A2> A mathematical tuple with at least three components.interface
Tuploid4<A0,
A1, A2, A3> A mathematical tuple with at least four components.Classes in eu.bandm.tools.ops that implement Tuploid2Modifier and TypeClassDescriptionclass
Tuple2<A0,
A1> Implementation of a tuple with two components.class
Tuple3<A0,
A1, A2> Implementation of a tuple with three components.class
Tuple4<A0,
A1, A2, A3> Implementation of a tuple with four components.Methods in eu.bandm.tools.ops that return types with arguments of type Tuploid2