IntBinaryOp

sealed trait IntBinaryOp extends BinaryOp[Int, [T <: Txn[T]] =>> IntObj[T]]
trait BinaryOp[Int, [T <: Txn[T]] =>> IntObj[T]]
trait ExprTuple2Op[Boolean, Int, Int, [T <: Txn[T]] =>> IntObj[T], [T <: Txn[T]] =>> IntObj[T]]
class Object
trait Matchable
class Any
object IntEq
object IntNeq
object IntLt
object IntGt
object IntLeq
object IntGeq

Value members

Inherited methods

def id: Int
Inherited from
ExprTuple2Op
def name: String
Inherited from
BinaryOp
def value(a: Int, b: Int): Boolean
Inherited from
ExprTuple2Op