StringTop

object StringTop extends ScalarEqImpl[String] with FromAny[String] with HasDefault[String]
trait HasDefault[String]
trait FromAny[String]
trait ScalarEqImpl[String]
trait Scalar[String]
trait Eq[String]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any

Type members

Inherited types

final type Boolean = Boolean
Inherited from:
Scalar
final type Double = Double
Inherited from:
Scalar
final type In = A
Inherited from:
Scalar
final type Int = Int
Inherited from:
Scalar
final type Long = Long
Inherited from:
Scalar

Value members

Concrete methods

def defaultValue: String
def fromAny(in: Any): Option[String]

Inherited methods

final def eq(a: String, b: String): Boolean
Inherited from:
ScalarEqImpl
final def neq(a: String, b: String): Boolean
Inherited from:
ScalarEqImpl
def write(out: DataOutput): Unit
Inherited from:
Adjunct

Concrete fields

final val id: 10