Object/Trait

singleton.twoface.impl

TwoFaceAny

Related Docs: trait TwoFaceAny | package impl

Permalink

object TwoFaceAny extends Serializable

Source
TwoFaceAny.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TwoFaceAny
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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]

    Permalink
  2. trait Builder[TF[T], Face, Shl1[_, _, _, _] <: HasOut, Shl2[_, _, _, _, _, _] <: HasOut, Shl3[_, _, _, _, _, _, _, _] <: HasOut] extends AnyRef

    Permalink
  3. trait Char[T] extends TwoFaceAny[ops.impl.std.Char, T]

    Permalink
  4. trait Double[T] extends TwoFaceAny[ops.impl.std.Double, T]

    Permalink
  5. trait Float[T] extends TwoFaceAny[ops.impl.std.Float, T]

    Permalink
  6. trait Int[T] extends TwoFaceAny[ops.impl.std.Int, T]

    Permalink
  7. trait Long[T] extends TwoFaceAny[ops.impl.std.Long, T]

    Permalink
  8. trait String[T] extends TwoFaceAny[ops.impl.std.String, T]

    Permalink
  9. final class _Boolean[T] extends AnyVal with Boolean[T]

    Permalink
  10. final class _Char[T] extends AnyVal with Char[T]

    Permalink
  11. final class _Double[T] extends AnyVal with Double[T]

    Permalink
  12. final class _Float[T] extends AnyVal with Float[T]

    Permalink
  13. final class _Int[T] extends AnyVal with Int[T]

    Permalink
  14. final class _Long[T] extends AnyVal with Long[T]

    Permalink
  15. final class _String[T] extends AnyVal with String[T]

    Permalink

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

    Permalink
  5. object Builder

    Permalink
  6. 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

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

    Permalink
  8. 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

    Permalink
  9. 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

    Permalink
  10. 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

    Permalink
  11. 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

    Permalink
  12. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): scala.Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): java.lang.String

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped