final class TestOp extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestOp
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TestOp(op: Int)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (TestOp, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (TestOp) ⇒ Boolean, msg: ⇒ Any): TestOp
- def ensuring(cond: (TestOp) ⇒ Boolean): TestOp
- def ensuring(cond: Boolean, msg: ⇒ Any): TestOp
- def ensuring(cond: Boolean): TestOp
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def negate: TestOp
- val op: Int
- def opcodeIF: Int
- def opcodeIFICMP: Int
- def toString(): String
- Definition Classes
- Any
- def →[B](y: B): (TestOp, B)
The Scala compiler and reflection APIs.