ExprExtension extension

on

Methods

between(Object a, Object b) Expr
betweenIn(Object a, Object b) Expr
eq(Object other) Expr
iff(Object other) Expr
implies(Object other) Expr
notEq(Object other) Expr
thenElse(Object a, Object b) Expr
to<T>() → T
toBigInt() BigInt
toBool() bool
toDouble() double
toInt() int
toRat() → Rat

Operators

operator %(Object other) Expr
operator &(Object other) Expr
operator *(Object other) Expr
operator +(Object other) Expr
operator -(Object other) Expr
operator /(Object other) Expr
operator <(Object other) Expr
operator <=(Object other) Expr
operator >(Object other) Expr
operator >=(Object other) Expr
operator [](Object index) Expr
operator ^(Object other) Expr
operator unary-() Expr
operator |(Object other) Expr
operator ~() Expr