Uses of Interface
eu.bandm.tools.ops.Tuploid1

Packages that use Tuploid1
Package
Description
Types for fundamental mathematical structures, plus libraries of respective constants and operators.
  • Uses of Tuploid1 in eu.bandm.tools.ops

    Subinterfaces of Tuploid1 in eu.bandm.tools.ops
    Modifier and Type
    Interface
    Description
    interface 
    Tuploid2<A0,A1>
    A mathematical tuple with at least two components.
    interface 
    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 Tuploid1
    Modifier and Type
    Class
    Description
    class 
    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 Tuploid1
    Modifier and Type
    Method
    Description
    static <A0> Function<Tuploid1<A0>,@Opt A0>
    Tuples.get0()