Uses of Class
eu.bandm.tools.ops.CoTuple
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of CoTuple in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionstatic <A,
B, C, D> CoTuple<A, B, C, D> CoTuple.new1
(A p1) Create an instance of variant 1static <A,
B, C, D> CoTuple<A, B, C, D> CoTuple.new2
(B p2) Create an instance of variant 2static <A,
B, C, D> CoTuple<A, B, C, D> CoTuple.new3
(C p3) Create an instance of variant 3static <A,
B, C, D> CoTuple<A, B, C, D> CoTuple.new4
(D p4) Create an instance of variant 4