basis.form.Variant

BaseValue

trait BaseValue extends AnyRef

Self Type
AnyForm
Source
Variant.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
AnyForm, AnyForm, AnyForm, AnyForm, AnyForm, BaseBool, BaseData, BaseDate, BaseDouble, BaseFloat, BaseInt, BaseLong, BaseNo, BaseNull, BaseNumber, BaseObject, BaseSeq, BaseSet, BaseText, BoolForm, BoolForm, BoolForm, BoolForm, BoolForm, BsonBool, BsonData, BsonDate, BsonNo, BsonNull, BsonNumber, BsonObject, BsonSeq, BsonSet, BsonText, BsonValue, DataForm, DataForm, DataForm, DataForm, DataForm, DateForm, DateForm, DateForm, DateForm, DateForm, FalseForm, FormObject, FormSet, FormValue, JsonBool, JsonData, JsonDate, JsonNo, JsonNull, JsonNumber, JsonObject, JsonSeq, JsonSet, JsonText, JsonValue, NoForm, NoForm, NoForm, NoForm, NoForm, NoForm, NullForm, NullForm, NullForm, NullForm, NullForm, NullForm, NumberForm, NumberForm, NumberForm, NumberForm, NumberForm, ObjectForm, ObjectForm, ObjectForm, ObjectForm, ObjectForm, ObjectForm, ProtoBool, ProtoData, ProtoDate, ProtoNo, ProtoNull, ProtoNumber, ProtoObject, ProtoSecret, ProtoSeq, ProtoSet, ProtoText, ProtoValue, SecretForm, SecretForm, SeqForm, SeqForm, SeqForm, SeqForm, SeqForm, SetForm, SetForm, SetForm, SetForm, SetForm, SetForm, TextForm, TextForm, TextForm, TextForm, TextForm, TrueForm
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseValue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def in(domain: Variant): AnyForm

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def /(index: Int): AnyForm

  4. def /(key: String): AnyForm

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def asBoolForm: BoolForm

  7. def asDataForm: DataForm

  8. def asDateForm: DateForm

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asNullForm: NullForm

  11. def asNumberForm: NumberForm

  12. def asObjectForm: ObjectForm

  13. def asSeqForm: SeqForm

  14. def asSetForm: SetForm

  15. def asTextForm: TextForm

  16. def cast[T](implicit T: Mold[T]): Maybe[T]

  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def coerce[T](implicit T: Mold[T]): T

  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def isBoolForm: Boolean

  25. def isDataForm: Boolean

  26. def isDateForm: Boolean

  27. def isDefined: Boolean

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isNullForm: Boolean

  30. def isNumberForm: Boolean

  31. def isObjectForm: Boolean

  32. def isSeqForm: Boolean

  33. def isSetForm: Boolean

  34. def isTextForm: Boolean

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped