Uses of Class
eu.bandm.tools.util.anon.CoTuple

Packages that use CoTuple
Package
Description
Collection types which work without names for classes and components.
  • Uses of CoTuple in eu.bandm.tools.util.anon

    Methods in eu.bandm.tools.util.anon that return CoTuple
    Modifier and Type
    Method
    Description
    static <A0, B0, C0, D0>
    CoTuple<A0,B0,C0,D0>
    CoTuple.new1(A0 p1)
    Create an instance of variant one.
    static <A0, B0, C0, D0>
    CoTuple<A0,B0,C0,D0>
    CoTuple.new2(B0 p2)
    Create an instance of variant two.
    static <A0, B0, C0, D0>
    CoTuple<A0,B0,C0,D0>
    CoTuple.new3(C0 p3)
    Create an instance of variant three.
    static <A0, B0, C0, D0>
    CoTuple<A0,B0,C0,D0>
    CoTuple.new4(D0 p4)
    Create an instance of variant four.