class
BooleanReflectiveCall extends AnyRef
Instance Constructors
-
new
BooleanReflectiveCall(value: Boolean)
Value Members
-
def
!=(x: Boolean): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
&(x: Boolean): Boolean
-
def
&&(x: Boolean): Boolean
-
def
+(other: String): String
-
-
def
==(x: Boolean): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
^(x: Boolean): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
booleanValue(): Boolean
-
def
clone(): AnyRef
-
def
compareTo(that: AnyRef): Int
-
def
compareTo(that: java.lang.Boolean): Int
-
-
-
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unary_!: Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
|(x: Boolean): Boolean
-
def
||(x: Boolean): Boolean
-
Explicit box for boolean values when doing a reflective call. This class and its methods are only here to properly support reflective calls on booleans.