final case class Plus[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Plus
- Serializable
- Serializable
- PureOp
- Op
- ProductWithAux
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(a: A, b: A): A
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
aux: List[Aux]
- Definition Classes
- Plus → ProductWithAux
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def disposeState[S <: Base[S]](s: State[S])(implicit tx: PureOp.disposeState.S.Tx): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next[S <: Base[S]](a: A, b: A)(implicit state: State[S], tx: PureOp.next.S.Tx): A
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def prepare[S <: Base[S]](ref: AnyRef)(implicit ctx: Context[S], tx: PureOp.prepare.S.Tx): State[S]
-
final
def
productPrefix: String
- Definition Classes
- Op → Product
- final def readState[S <: Base[S]](in: DataInput, access: PureOp.readState.S.Acc)(implicit tx: PureOp.readState.S.Tx): State[S]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Op → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def writeState[S <: Base[S]](s: State[S], out: DataOutput): Unit