VarEitherOps

gql.arrow.Language.VarEitherOps
implicit class VarEitherOps[A, B](v: Var[Either[A, B]])

Attributes

Source
Language.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def choice[C](bd: Var[A] => Decl[Var[C]], cd: Var[B] => Decl[Var[C]])(implicit sp: SourcePos, c: ArrowChoice[F]): Decl[Var[C]]

Attributes

Source
Language.scala