final case class Squared[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
Instance Constructors
- new Squared()(implicit num: Num[A])
Type Members
- final type State[T <: Exec[T]] = Unit
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def adjuncts: List[Adjunct]
- def apply(a: A): A
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def copyState[T <: Exec[T], Out <: Exec[Out]](s: State[T])(implicit tx: T, txOut: Out): Unit
- final def disposeState[T <: Exec[T]](s: State[T])(implicit tx: T): Unit
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def name: String
- final def ne(arg0: AnyRef): Boolean
- def next[T <: Exec[T]](a: A)(implicit state: State[T], tx: T): A
- final def notify(): Unit
- final def notifyAll(): Unit
- final def prepare[T <: Exec[T]](ref: AnyRef)(implicit ctx: Context[T], tx: T): State[T]
- def productElementNames: Iterator[String]
- final def productPrefix: String
- final def readState[T <: Exec[T]](in: DataInput)(implicit tx: T): State[T]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- final def writeState[T <: Exec[T]](s: State[T], out: DataOutput): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from PureOp[A, A]
Value Members
- final def copyState[T <: Exec[T], Out <: Exec[Out]](s: State[T])(implicit tx: T, txOut: Out): Unit
- final def disposeState[T <: Exec[T]](s: State[T])(implicit tx: T): Unit
- def next[T <: Exec[T]](a: A)(implicit state: State[T], tx: T): A
- final def prepare[T <: Exec[T]](ref: AnyRef)(implicit ctx: Context[T], tx: T): State[T]
- final def readState[T <: Exec[T]](in: DataInput)(implicit tx: T): State[T]
- final def writeState[T <: Exec[T]](s: State[T], out: DataOutput): Unit
Inherited from Op[A, A]
Value Members
- final def productPrefix: String
- def toString(): String
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final type State[T <: Exec[T]] = Unit
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def adjuncts: List[Adjunct]
- def apply(a: A): A
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def copyState[T <: Exec[T], Out <: Exec[Out]](s: State[T])(implicit tx: T, txOut: Out): Unit
- final def disposeState[T <: Exec[T]](s: State[T])(implicit tx: T): Unit
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def name: String
- final def ne(arg0: AnyRef): Boolean
- def next[T <: Exec[T]](a: A)(implicit state: State[T], tx: T): A
- final def notify(): Unit
- final def notifyAll(): Unit
- final def prepare[T <: Exec[T]](ref: AnyRef)(implicit ctx: Context[T], tx: T): State[T]
- def productElementNames: Iterator[String]
- final def productPrefix: String
- final def readState[T <: Exec[T]](in: DataInput)(implicit tx: T): State[T]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- final def writeState[T <: Exec[T]](s: State[T], out: DataOutput): Unit
- def finalize(): Unit