final
class
TestOp extends AnyVal
Instance Constructors
-
new
TestOp(op: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (TestOp, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
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]
-
final
def
isInstanceOf[T0]: Boolean
-
def
negate: TestOp
-
val
op: Int
-
def
opcodeIF: Int
-
def
opcodeIFICMP: Int
-
def
toString(): String
-
def
→[B](y: B): (TestOp, B)
Inherited from AnyVal
Value Members
-
def
getClass(): Class[_ <: AnyVal]
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
Inherited by implicit conversion any2stringadd from
TestOp to any2stringadd[TestOp]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
TestOp to StringFormat[TestOp]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
TestOp to Ensuring[TestOp]
Value Members
-
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
Inherited by implicit conversion ArrowAssoc from
TestOp to ArrowAssoc[TestOp]
Value Members
-
def
->[B](y: B): (TestOp, B)
-
def
→[B](y: B): (TestOp, B)
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (TestOp, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
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]
-
final
def
isInstanceOf[T0]: Boolean
-
def
negate: TestOp
-
val
op: Int
-
def
opcodeIF: Int
-
def
opcodeIFICMP: Int
-
def
toString(): String
-
def
→[B](y: B): (TestOp, B)
The Scala compiler and reflection APIs.