Packages

object TwoFaceAny extends Serializable

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

Type Members

  1. trait Boolean[T] extends TwoFaceAny[ops.impl.std.Boolean, T]
  2. trait Builder[TF[T], Face, Shl1[_, _, _, _] <: HasOut, Shl2[_, _, _, _, _, _] <: HasOut, Shl3[_, _, _, _, _, _, _, _] <: HasOut] 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    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(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. implicit object Boolean extends Builder[Boolean, ops.impl.std.Boolean, Shell.One.Boolean, Shell.Two.Boolean, Shell.Three.Boolean] with Eq1[Boolean, ops.impl.std.Boolean] with Serializable
  21. implicit object Char extends Builder[Char, ops.impl.std.Char, Shell.One.Char, Shell.Two.Char, Shell.Three.Char] with Eq1[Char, ops.impl.std.Char] with Serializable
  22. implicit object Double extends Builder[Double, ops.impl.std.Double, Shell.One.Double, Shell.Two.Double, Shell.Three.Double] with Eq1[Double, ops.impl.std.Double] with Serializable
  23. implicit object Float extends Builder[Float, ops.impl.std.Float, Shell.One.Float, Shell.Two.Float, Shell.Three.Float] with Eq1[Float, ops.impl.std.Float] with Serializable
  24. implicit object Int extends Builder[Int, ops.impl.std.Int, Shell.One.Int, Shell.Two.Int, Shell.Three.Int] with Eq1[Int, ops.impl.std.Int] with Serializable
  25. implicit object Long extends Builder[Long, ops.impl.std.Long, Shell.One.Long, Shell.Two.Long, Shell.Three.Long] with Eq1[Long, ops.impl.std.Long] with Serializable
  26. implicit object String extends Builder[String, ops.impl.std.String, Shell.One.String, Shell.Two.String, Shell.Three.String] with Eq1[String, ops.impl.std.String] with Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped