Packages

implicit object StringTop extends ScalarEqImpl[String] with FromAny[String] with HasDefault[String]

Linear Supertypes
HasDefault[String], FromAny[String], ScalarEqImpl[String], Scalar[String], Eq[String], Adjunct, Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringTop
  2. HasDefault
  3. FromAny
  4. ScalarEqImpl
  5. Scalar
  6. Eq
  7. Adjunct
  8. Writable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type Boolean = scala.Boolean
    Definition Classes
    Scalar
  2. final type Double = scala.Double
    Definition Classes
    Scalar
  3. final type In = String
    Definition Classes
    Scalar
  4. final type Int = scala.Int
    Definition Classes
    Scalar
  5. final type Long = scala.Long
    Definition Classes
    Scalar

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() @HotSpotIntrinsicCandidate()
  6. def defaultValue: String
    Definition Classes
    StringTopHasDefault
  7. final def eq(a: String, b: String): Boolean
    Definition Classes
    ScalarEqImpl → Eq
  8. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  10. def fromAny(in: Any): Option[String]

    Tries to extract a value of type A from an unknown input value.

    Tries to extract a value of type A from an unknown input value. If the input value is generally incompatible with A, returns None.

    The extraction should be direct and lossless. For example, a FromAny[Int] should not try to parse a string, nor should it cast a Long to an Int. On the other hand, a FromAny[Double] should accept a Float as input.

    Definition Classes
    StringTopFromAny
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final val id: Int(10)
    Definition Classes
    StringTopAdjunct
  14. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  16. final def neq(a: String, b: String): Boolean
    Definition Classes
    ScalarEqImpl → Eq
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. def write(out: DataOutput): Unit
    Definition Classes
    AdjunctWritable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from HasDefault[String]

Inherited from FromAny[String]

Inherited from ScalarEqImpl[String]

Inherited from Scalar[String]

Inherited from Eq[String]

Inherited from Adjunct

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped