BinaryOp

sealed trait BinaryOp[T1, ReprT1 <: ([~ <: Txn[~]] =>> Expr[~, T1])] extends ExprTuple2Op[Boolean, T1, T1, ReprT1, ReprT1]
trait ExprTuple2Op[Boolean, T1, T1, ReprT1, ReprT1]
class Object
trait Matchable
class Any
object IntEq
object IntNeq
object IntLt
object IntGt
object IntLeq
object IntGeq

Value members

Abstract methods

def name: String

Inherited methods

def id: Int
Inherited from
ExprTuple2Op
def value(a: T1, b: T1): Boolean
Inherited from
ExprTuple2Op