object TwoFaceAny
- Source
- TwoFaceAny.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TwoFaceAny
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Boolean[T] extends TwoFaceAny[ops.impl.std.Boolean, T]
- trait Builder[TF[T], Face, Shl1[_, _, _, _] <: HasOut, Shl2[_, _, _, _, _, _] <: HasOut, Shl3[_, _, _, _, _, _, _, _] <: HasOut] extends AnyRef
- trait Char[T] extends TwoFaceAny[ops.impl.std.Char, T]
- trait Double[T] extends TwoFaceAny[ops.impl.std.Double, T]
- trait Float[T] extends TwoFaceAny[ops.impl.std.Float, T]
- trait Int[T] extends TwoFaceAny[ops.impl.std.Int, T]
- trait Long[T] extends TwoFaceAny[ops.impl.std.Long, T]
- trait String[T] extends TwoFaceAny[ops.impl.std.String, T]
- final class _Boolean[T] extends AnyVal with Boolean[T]
- final class _Char[T] extends AnyVal with Char[T]
- final class _Double[T] extends AnyVal with Double[T]
- final class _Float[T] extends AnyVal with Float[T]
- final class _Int[T] extends AnyVal with Int[T]
- final class _Long[T] extends AnyVal with Long[T]
- final class _String[T] extends AnyVal with String[T]
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit object Boolean extends Builder[Boolean, ops.impl.std.Boolean, Shell.One.Boolean, Shell.Two.Boolean, Shell.Three.Boolean]
- object Builder
- implicit object Char extends Builder[Char, ops.impl.std.Char, Shell.One.Char, Shell.Two.Char, Shell.Three.Char]
- implicit object Double extends Builder[Double, ops.impl.std.Double, Shell.One.Double, Shell.Two.Double, Shell.Three.Double]
- implicit object Float extends Builder[Float, ops.impl.std.Float, Shell.One.Float, Shell.Two.Float, Shell.Three.Float]
- implicit object Int extends Builder[Int, ops.impl.std.Int, Shell.One.Int, Shell.Two.Int, Shell.Three.Int]
- implicit object Long extends Builder[Long, ops.impl.std.Long, Shell.One.Long, Shell.Two.Long, Shell.Three.Long]
- implicit object String extends Builder[String, ops.impl.std.String, Shell.One.String, Shell.Two.String, Shell.Three.String]