Class

singleton.twoface.impl.TwoFaceAny

_Boolean

Related Doc: package TwoFaceAny

Permalink

final class _Boolean[T] extends AnyVal with Boolean[T]

Source
TwoFaceAny.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. _Boolean
  2. Boolean
  3. TwoFaceAny
  4. HasOut
  5. Serializable
  6. Serializable
  7. AnyVal
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new _Boolean(value: ops.impl.std.Boolean)

    Permalink

Type Members

  1. type Out = T

    Permalink
    Definition Classes
    TwoFaceAnyHasOut

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]

    Permalink
    Definition Classes
    Boolean
  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]

    Permalink
    Definition Classes
    Boolean
  3. final def !=(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    Any
  4. final def ##(): scala.Int

    Permalink
    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]

    Permalink
    Definition Classes
    Boolean
  6. def ==[R](r: Boolean[R])(implicit ccs: CaseClassSkipper[Boolean.Shell2[==, T, ops.impl.std.Boolean, R, ops.impl.std.Boolean]]): CaseClassSkipper.Out

    Permalink
    Definition Classes
    Boolean
  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]

    Permalink
    Definition Classes
    Boolean
  8. final def ==(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    Any
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  11. def getValue: ops.impl.std.Boolean

    Permalink
    Definition Classes
    _BooleanTwoFaceAny
    Annotations
    @inline()
  12. final def isInstanceOf[T0]: scala.Boolean

    Permalink
    Definition Classes
    Any
  13. def isLiteral(implicit rt: RunTime[T]): ops.impl.std.Boolean

    Permalink
    Definition Classes
    TwoFaceAny
  14. def simplify(implicit tfs: Boolean.Shell1[Id, T, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.One.Boolean.Out]

    Permalink
    Definition Classes
    Boolean
  15. def toString(): java.lang.String

    Permalink
    Definition Classes
    TwoFaceAny → Any
  16. def toStringTF(implicit tfs: String.Shell1[ToString, T, ops.impl.std.Boolean]): TwoFace.String[Shell.One.String.Out]

    Permalink
    Definition Classes
    Boolean
  17. def unary_!(implicit tfs: Boolean.Shell1[!, T, ops.impl.std.Boolean]): TwoFace.Boolean[Shell.One.Boolean.Out]

    Permalink
    Definition Classes
    Boolean
  18. val value: ops.impl.std.Boolean

    Permalink
  19. 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]

    Permalink
    Definition Classes
    Boolean

Inherited from Boolean[T]

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

Inherited from HasOut

Inherited from Serializable

Inherited from Serializable

Inherited from AnyVal

Inherited from Any

Ungrouped