ElseGE

final case class ElseGE[A](pred: IfOrElseIfThen[GE[A]], branch: Graph, result: GE[A]) extends ElseLike[GE[A]] with Lazy[A]
Companion:
object
trait Serializable
trait Lazy[A]
trait GE[A]
trait ElseLike[GE[A]]
trait Then[GE[A]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def cond: B
Inherited from:
ElseLike
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product