Class CheckedCoPair_L<L,R>

java.lang.Object
eu.bandm.tools.umod.runtime.UncheckedCoPair<L,R>
eu.bandm.tools.umod.runtime.CheckedCoPair_L<L,R>
All Implemented Interfaces:
CoPair<L,R>, CoPair_checkedLeft<L,R>, Serializable
Direct Known Subclasses:
CheckedCoPair_LR

public class CheckedCoPair_L<L,R> extends UncheckedCoPair<L,R> implements CoPair_checkedLeft<L,R>
Implements "CoPair" operations and guarantees strictness of left variant.
See Also:
  • Constructor Details

    • CheckedCoPair_L

      public CheckedCoPair_L(L left)
    • CheckedCoPair_L

      public CheckedCoPair_L(boolean b, R right)
    • CheckedCoPair_L

      public CheckedCoPair_L(CoPair<L,R> p)
  • Method Details