final class RemoteBooleanSyntax extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteBooleanSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def &(that: Remote[Boolean]): Remote[Boolean]
- def &&(that: Remote[Boolean]): Remote[Boolean]
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def ^(that: Remote[Boolean]): Remote[Boolean]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def ifThenElse[B](ifTrue: Remote[B], ifFalse: Remote[B]): Remote[B]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: Remote[Boolean]
- def toString(): String
- Definition Classes
- Any
- def unary_!: Remote[Boolean]
- def |(that: Remote[Boolean]): Remote[Boolean]
- def ||(that: Remote[Boolean]): Remote[Boolean]