ElseUnit

final case class ElseUnit(pred: IfOrElseIfThen[Any], branch: Graph) extends ElseLike[Any] with Expander[Unit]
Companion:
object
trait Serializable
trait Expander[Unit]
trait ElseLike[Any]
trait ElseOrElseIfThen[Any]
trait Then[Any]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def result: Any

Inherited methods

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