Object/Trait

singleton.twoface.impl.TwoFaceAny

Boolean

Related Docs: trait Boolean | package TwoFaceAny

Permalink

implicit object Boolean extends Builder[Boolean, ops.impl.std.Boolean, Shell.One.Boolean, Shell.Two.Boolean, Shell.Three.Boolean]

Source
TwoFaceAny.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Boolean
  2. Builder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type RequireShell[Cond, Msg, Sym] = Shell.Two.Boolean[RequireMsgSym[Cond, Msg, Sym], RequireMsgSym[Arg[Int(1), Cond, ops.impl.std.Boolean], Arg[Int(2), Msg, ops.impl.std.String], Sym], Cond, ops.impl.std.Boolean, Msg, ops.impl.std.String]

    Permalink
  2. type Shell1[Func[_], Arg1, Arg1Wide] = Shell.One.Boolean[Func[Arg1], Func[Arg[Int(1), Arg1, Arg1Wide]], Arg1, Arg1Wide]

    Permalink
    Definition Classes
    Builder
  3. type Shell1Aux[Func[_], Arg1, Arg1Wide, RetOut] = Shell1[Func, Arg1, Arg1Wide] { type Out = RetOut }

    Permalink
    Definition Classes
    Builder
  4. type Shell1D[Func[_], Arg1, Arg1Wide] = Shell.One.Boolean[Func[ToDouble[Arg1]], Func[ToDouble[Arg[Int(1), Arg1, Arg1Wide]]], Arg1, Arg1Wide]

    Permalink
    Definition Classes
    Builder
  5. type Shell2[Func[_, _], Arg1, Arg1Wide, Arg2, Arg2Wide] = Shell.Two.Boolean[Func[Arg1, Arg2], Func[Arg[Int(1), Arg1, Arg1Wide], Arg[Int(2), Arg2, Arg2Wide]], Arg1, Arg1Wide, Arg2, Arg2Wide]

    Permalink
    Definition Classes
    Builder
  6. type Shell2Aux[Func[_, _], Arg1, Arg1Wide, Arg2, Arg2Wide, RetOut] = Shell2[Func, Arg1, Arg1Wide, Arg2, Arg2Wide] { type Out = RetOut }

    Permalink
    Definition Classes
    Builder
  7. type Shell3[Func[_, _, _], Arg1, Arg1Wide, Arg2, Arg2Wide, Arg3, Arg3Wide] = Shell.Three.Boolean[Func[Arg1, Arg2, Arg3], Func[Arg[Int(1), Arg1, Arg1Wide], Arg[Int(2), Arg2, Arg2Wide], Arg[Int(3), Arg3, Arg3Wide]], Arg1, Arg1Wide, Arg2, Arg2Wide, Arg3, Arg3Wide]

    Permalink
    Definition Classes
    Builder
  8. type ShellAux[Func[_, _, _], Arg1, Arg1Wide, Arg2, Arg2Wide, Arg3, Arg3Wide, RetOut] = Shell3[Func, Arg1, Arg1Wide, Arg2, Arg2Wide, Arg3, Arg3Wide] { type Out = RetOut }

    Permalink
    Definition Classes
    Builder
  9. type ShellD[Func[A, B], Arg1, Arg1Wide, Arg2, Arg2Wide] = Shell.Two.Boolean[Func[ToDouble[Arg1], ToDouble[Arg2]], Func[ToDouble[Arg[Int(1), Arg1, Arg1Wide]], ToDouble[Arg[Int(2), Arg2, Arg2Wide]]], Arg1, Arg1Wide, Arg2, Arg2Wide]

    Permalink
    Attributes
    protected[singleton.twoface]
    Definition Classes
    Builder
  10. type ShellF[Func[A, B], Arg1, Arg1Wide, Arg2, Arg2Wide] = Shell.Two.Boolean[Func[ToFloat[Arg1], ToFloat[Arg2]], Func[ToFloat[Arg[Int(1), Arg1, Arg1Wide]], ToFloat[Arg[Int(2), Arg2, Arg2Wide]]], Arg1, Arg1Wide, Arg2, Arg2Wide]

    Permalink
    Attributes
    protected[singleton.twoface]
    Definition Classes
    Builder
  11. type ShellI[Func[A, B], Arg1, Arg1Wide, Arg2, Arg2Wide] = Shell.Two.Boolean[Func[ToInt[Arg1], ToInt[Arg2]], Func[ToInt[Arg[Int(1), Arg1, Arg1Wide]], ToInt[Arg[Int(2), Arg2, Arg2Wide]]], Arg1, Arg1Wide, Arg2, Arg2Wide]

    Permalink
    Attributes
    protected[singleton.twoface]
    Definition Classes
    Builder
  12. type ShellL[Func[A, B], Arg1, Arg1Wide, Arg2, Arg2Wide] = Shell.Two.Boolean[Func[ToLong[Arg1], ToLong[Arg2]], Func[ToLong[Arg[Int(1), Arg1, Arg1Wide]], ToLong[Arg[Int(2), Arg2, Arg2Wide]]], Arg1, Arg1Wide, Arg2, Arg2Wide]

    Permalink
    Attributes
    protected[singleton.twoface]
    Definition Classes
    Builder

Value Members

  1. final def !=(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit macro def apply[T <: ops.impl.std.Boolean, Out <: T](value: T): Boolean[Out]

    Permalink
  5. def apply[T](implicit id: AcceptNonLiteral[Id[T]]): Boolean[ops.impl.OpMacro.Out]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def create[T](value: ops.impl.std.Boolean): Boolean[T]

    Permalink
    Definition Classes
    BooleanBuilder
  9. final def eq(arg0: AnyRef): scala.Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit def ev[T](implicit id: AcceptNonLiteral[Id[T]]): Boolean[T]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: scala.Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): scala.Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. implicit macro def opTF2Num[T <: Op, Out <: ops.impl.std.Boolean](tf: Boolean[T])(implicit id: OpAuxBoolean[AcceptNonLiteral[Id[T]], Out]): Out

    Permalink
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. implicit macro def tf2Num[T <: ops.impl.std.Boolean](tf: Boolean[T]): T

    Permalink
  22. def toString(): java.lang.String

    Permalink
    Definition Classes
    AnyRef → Any
  23. implicit macro def unknownTF2Num(tf: Boolean[ops.impl.std.Boolean]): ops.impl.std.Boolean

    Permalink
  24. implicit macro def unsafeTF2Num(tf: Boolean[_]): ops.impl.std.Boolean

    Permalink
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: scala.Long, arg1: scala.Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: scala.Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. implicit def widen[T](tf: Boolean[T]): Boolean[ops.impl.std.Boolean]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped