Packages

object TwoFaceAny

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

Type Members

  1. trait Boolean[T] extends TwoFaceAny[ops.impl.std.Boolean, T]
  2. trait Builder[TF[T], Face, Shl1[_, _, _, _], Shl2[_, _, _, _, _, _], Shl3[_, _, _, _, _, _, _, _]] extends AnyRef
  3. trait Char[T] extends TwoFaceAny[ops.impl.std.Char, T]
  4. trait Double[T] extends TwoFaceAny[ops.impl.std.Double, T]
  5. trait Float[T] extends TwoFaceAny[ops.impl.std.Float, T]
  6. trait Int[T] extends TwoFaceAny[ops.impl.std.Int, T]
  7. trait Long[T] extends TwoFaceAny[ops.impl.std.Long, T]
  8. trait String[T] extends TwoFaceAny[ops.impl.std.String, T]
  9. final class _Boolean[T] extends AnyVal with Boolean[T]
  10. final class _Char[T] extends AnyVal with Char[T]
  11. final class _Double[T] extends AnyVal with Double[T]
  12. final class _Float[T] extends AnyVal with Float[T]
  13. final class _Int[T] extends AnyVal with Int[T]
  14. final class _Long[T] extends AnyVal with Long[T]
  15. final class _String[T] extends AnyVal with String[T]

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  20. implicit object Boolean extends Builder[Boolean, ops.impl.std.Boolean, Shell.One.Boolean, Shell.Two.Boolean, Shell.Three.Boolean]
  21. object Builder
  22. implicit object Char extends Builder[Char, ops.impl.std.Char, Shell.One.Char, Shell.Two.Char, Shell.Three.Char]
  23. implicit object Double extends Builder[Double, ops.impl.std.Double, Shell.One.Double, Shell.Two.Double, Shell.Three.Double]
  24. implicit object Float extends Builder[Float, ops.impl.std.Float, Shell.One.Float, Shell.Two.Float, Shell.Three.Float]
  25. implicit object Int extends Builder[Int, ops.impl.std.Int, Shell.One.Int, Shell.Two.Int, Shell.Three.Int]
  26. implicit object Long extends Builder[Long, ops.impl.std.Long, Shell.One.Long, Shell.Two.Long, Shell.Three.Long]
  27. implicit object String extends Builder[String, ops.impl.std.String, Shell.One.String, Shell.Two.String, Shell.Three.String]

Inherited from AnyRef

Inherited from Any

Ungrouped