UnaryOp

sealed
trait UnaryOp[T1, ReprT1 <: ([~ <: Txn[~]] =>> Expr[~, T1])] extends ExprTuple1Op[Int, T1, ReprT1]
trait ExprTuple1Op[Int, T1, ReprT1]
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

def apply[T <: Txn[LazyRef(...)]](a: ReprT1[T])(implicit tx: T): IntObj[T]
def name: String
def toString[T <: Txn[LazyRef(...)]](_1: ReprT1[T]): String

Inherited methods

def id: Int
Inherited from
ExprTuple1Op
def value(a: T1): Int
Inherited from
ExprTuple1Op