trait Boolean[T] extends TwoFaceAny[ops.impl.std.Boolean, T]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Boolean
- TwoFaceAny
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Out = T
- Definition Classes
- TwoFaceAny
Abstract Value Members
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
-
abstract
def
getValue: ops.impl.std.Boolean
- Definition Classes
- TwoFaceAny
- Annotations
- @inline()
Concrete Value Members
- def !=[R](r: Boolean[R])(implicit tfs: Boolean.Shell2[!=, T, ops.impl.std.Boolean, R, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.Two.Boolean.Out]
- def !=(r: ops.impl.std.Boolean)(implicit tfs: Boolean.Shell2[!=, T, ops.impl.std.Boolean, GetArg0, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.Two.Boolean.Out]
-
final
def
!=(arg0: Any): scala.Boolean
- Definition Classes
- Any
-
final
def
##(): scala.Int
- Definition Classes
- Any
- def &&[R](r: Boolean[R])(implicit tfs: Boolean.Shell2[&&, T, ops.impl.std.Boolean, R, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.Two.Boolean.Out]
- def ==[R](r: Boolean[R])(implicit tfs: Boolean.Shell2[==, T, ops.impl.std.Boolean, R, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.Two.Boolean.Out]
- def ==(r: ops.impl.std.Boolean)(implicit tfs: Boolean.Shell2[==, T, ops.impl.std.Boolean, GetArg0, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.Two.Boolean.Out]
-
final
def
==(arg0: Any): scala.Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- Any
-
def
hashCode(): scala.Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
-
def
isLiteral(implicit rt: RunTime[T]): ops.impl.std.Boolean
- Definition Classes
- TwoFaceAny
- def simplify(implicit tfs: Boolean.Shell1[Id, T, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.One.Boolean.Out]
-
def
toString(): java.lang.String
- Definition Classes
- TwoFaceAny → Any
- def toStringTF(implicit tfs: String.Shell1[ToString, T, ops.impl.std.Boolean]): TwoFace.String[Shell.One.String.Out]
- def toSymbol(implicit sym: SafeSymbol[ToSymbol[T]]): ops.impl.OpSymbol.Out
- def unary_!(implicit tfs: Boolean.Shell1[!, T, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.One.Boolean.Out]
- def ||[R](r: Boolean[R])(implicit tfs: Boolean.Shell2[||, T, ops.impl.std.Boolean, R, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.Two.Boolean.Out]