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

Value members

Concrete methods

final
def apply[T <: Txn[LazyRef(...)]](a: IntObj[T], b: IntObj[T])(implicit tx: T): BooleanObj[T]
final
def read[T <: Txn[LazyRef(...)]](in: DataInput, targets: Targets[T])(implicit tx: T): BooleanObj[T]

Inherited methods

def id: Int
Inherited from
ExprTuple2Op
def name: String
Inherited from
BinaryOp
final
def toString[T <: Txn[LazyRef(...)]](_1: IntObj[T], _2: IntObj[T]): String
Inherited from
BinaryOp
def value(a: Int, b: Int): Boolean
Inherited from
ExprTuple2Op