name.rayrobdod.stringContextParserCombinator.typeclass.ContraEithered
See theContraEithered companion object
Describes how to disambiguate the union of two types
The parser determines whether the left or right branch is taken. The return value's Expr[Boolean]
indicates whether the value matches the branch
Type parameters
- A
-
the first choice
- B
-
the second choice
- Z
-
the result container
Attributes
- See also
- Companion
- object
- Source
- Eithered.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article