Leaf

final case class Leaf[+Operand](operand: Operand) extends Expression[Operand, Nothing]
trait Serializable
trait Product
trait Equals
trait Expression[Operand, Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def mapBoth[Operand2, Operator2](operandF: Operand => Operand2, operatorF: Nothing => Operator2): Expression[Operand2, Operator2]
Inherited from:
Expression
def mapOperand[Operand2](f: Operand => Operand2): Expression[Operand2, Nothing]
Inherited from:
Expression
def mapOperator[Operator2](f: Nothing => Operator2): Expression[Operand, Operator2]
Inherited from:
Expression
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product