Class UncheckedCoPair<L,R>

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

public class UncheckedCoPair<L,R> extends Object implements CoPair<L,R>
Implements "CoPair" operations, not guaranteeing any strictness.
See Also:
  • Field Details

    • left

      L left
    • isLeft

      boolean isLeft
  • Constructor Details

    • UncheckedCoPair

      public UncheckedCoPair(L left)
    • UncheckedCoPair

      public UncheckedCoPair(boolean b, R right)
    • UncheckedCoPair

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