Op

trait Op[T1, ReprT1 <: ([~ <: Txn[~]] =>> Expr[~, T1])] extends ExprTuple1Op[Long, T1, ReprT1]
trait ExprTuple1Op[Long, T1, ReprT1]
class Object
trait Matchable
class Any
class LongOp
object Abs.type
object BitNot.type
object Cubed.type
object Neg.type
object Signum.type
object Squared.type
class LongOp
object Length.type
object Start.type
object Stop.type

Value members

Abstract methods

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

Concrete methods

def apply[T <: Txn[LazyRef(...)]](a: ReprT1[T])(implicit tx: T): LongObj[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): Long
Inherited from:
ExprTuple1Op