BiEithered

name.rayrobdod.stringContextParserCombinator.typeclass.BiEithered
See theBiEithered companion object
trait BiEithered[Expr[_], A, B, Z] extends Eithered[A, B, Z], ContraEithered[Expr, A, B, Z]

Type parameters

A

the first choice

B

the second choice

Z

the result container

Attributes

See also
Companion
object
Source
Eithered.scala
Graph
Supertypes
trait ContraEithered[Expr, A, B, Z]
trait Eithered[A, B, Z]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def contraLeft: PartialExprFunction[Expr, Z, A]

Attributes

Inherited from:
ContraEithered
Source
Eithered.scala
def contraRight: PartialExprFunction[Expr, Z, B]

Attributes

Inherited from:
ContraEithered
Source
Eithered.scala
def left(elem: A): Z

Attributes

Inherited from:
Eithered
Source
Eithered.scala
def right(elem: B): Z

Attributes

Inherited from:
Eithered
Source
Eithered.scala