Packages

trait Boolean[T] extends TwoFaceAny[ops.impl.std.Boolean, T]

Source
TwoFaceAny.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Boolean
  2. TwoFaceAny
  3. HasOut
  4. Serializable
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Out = T
    Definition Classes
    TwoFaceAnyHasOut

Abstract Value Members

  1. abstract def getClass(): Class[_ <: AnyRef]
    Definition Classes
    Any
  2. abstract def getValue: ops.impl.std.Boolean
    Definition Classes
    TwoFaceAny
    Annotations
    @inline()

Concrete Value Members

  1. 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]
  2. 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]
  3. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    Any
  4. final def ##(): scala.Int
    Definition Classes
    Any
  5. 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]
  6. def ==[R](r: Boolean[R])(implicit ccs: CaseClassSkipper[Boolean.Shell2[==, T, ops.impl.std.Boolean, R, ops.impl.std.Boolean]]): CaseClassSkipper.Out
  7. 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]
  8. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def equals(arg0: Any): scala.Boolean
    Definition Classes
    Any
  11. def hashCode(): scala.Int
    Definition Classes
    Any
  12. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  13. def isLiteral(implicit rt: RunTime[T]): ops.impl.std.Boolean
    Definition Classes
    TwoFaceAny
  14. def simplify(implicit tfs: Boolean.Shell1[Id, T, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.One.Boolean.Out]
  15. def toString(): java.lang.String
    Definition Classes
    TwoFaceAny → Any
  16. def toStringTF(implicit tfs: String.Shell1[ToString, T, ops.impl.std.Boolean]): TwoFace.String[Shell.One.String.Out]
  17. def unary_!(implicit tfs: Boolean.Shell1[!, T, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.One.Boolean.Out]
  18. 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]

Inherited from TwoFaceAny[ops.impl.std.Boolean, T]

Inherited from HasOut

Inherited from Serializable

Inherited from Any

Ungrouped