public abstract static class Value.Inc_Or extends Value.Option
Maybe t
.Modifier and Type | Class and Description |
---|---|
static class |
Value.Inc_Or.Both
Both v0 v1.
|
static class |
Value.Inc_Or.Left
Left v0, the first (Left) Option alone.
|
static class |
Value.Inc_Or.Right
Right v1, the second (Right) Option alone.
|
Value.Option.GP
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Modifier and Type | Field and Description |
---|---|
static int |
BOTH
LEFT = 0, RIGHT = 1, BOTH = 2.
|
static int |
LEFT
LEFT = 0, RIGHT = 1, BOTH = 2.
|
static int |
RIGHT
LEFT = 0, RIGHT = 1, BOTH = 2.
|
Constructor and Description |
---|
Inc_Or() |
Modifier and Type | Method and Description |
---|---|
Type.Option |
type()
Its Type is
Type.INC_OR . |
AoM, elt, elts, frth, fst, nlAoM, print, snd, thrd, toString
public static final int LEFT
public static final int RIGHT
public static final int BOTH
public Type.Option type()
Type.INC_OR
.