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.type
object IntGeq.type
object IntGt.type
object IntLeq.type
object IntLt.type
object IntNeq.type

Value members

Abstract methods

def name: String
def read[T <: Txn[LazyRef(...)]](in: DataInput, targets: Targets[T])(implicit tx: T): BooleanObj[T]

Concrete methods

final def toString[T <: Txn[LazyRef(...)]](_1: ReprT1[T], _2: ReprT1[T]): String

Inherited methods

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