Class/Object

basis.form.OmniVariant

DateForm

Related Docs: object DateForm | package OmniVariant

Permalink

final class DateForm extends AnyForm with BaseDate with JsonDate with BsonDate with ProtoDate

Source
OmniVariant.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DateForm
  2. ProtoDate
  3. BsonDate
  4. JsonDate
  5. BaseDate
  6. Equals
  7. AnyForm
  8. ProtoValue
  9. BsonValue
  10. JsonValue
  11. FormValue
  12. BaseValue
  13. AnyDelta
  14. ProtoDelta
  15. DeltaValue
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DateForm(millis: Long)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(key: String): AnyForm

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  4. def /(index: Int): AnyForm

    Permalink
    Definition Classes
    BaseValue
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def asBoolForm: BoolForm

    Permalink
    Definition Classes
    BaseValue
  7. def asDataForm: DataForm

    Permalink
    Definition Classes
    BaseValue
  8. def asDateForm: DateForm

    Permalink
    Definition Classes
    BaseDateBaseValue
  9. def asForm: AnyForm

    Permalink
    Definition Classes
    FormValueDeltaValue
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def asNullForm: NullForm

    Permalink
    Definition Classes
    BaseValue
  12. def asNumberForm: NumberForm

    Permalink
    Definition Classes
    BaseValue
  13. def asObjectDelta: ObjectDelta

    Permalink
    Definition Classes
    DeltaValue
  14. def asObjectForm: ObjectForm

    Permalink
    Definition Classes
    BaseValue
  15. def asSecretForm: SecretForm

    Permalink
    Definition Classes
    ProtoValue
  16. def asSeqForm: SeqForm

    Permalink
    Definition Classes
    BaseValue
  17. def asSetDelta: SetDelta

    Permalink
    Definition Classes
    DeltaValue
  18. def asSetForm: SetForm

    Permalink
    Definition Classes
    BaseValue
  19. def asTextForm: TextForm

    Permalink
    Definition Classes
    BaseValue
  20. def bsonSize: Int

    Permalink

    Returns the size in bytes of this form's BSON representation.

    Returns the size in bytes of this form's BSON representation.

    Definition Classes
    BsonDateBsonValue
  21. def bsonType: Byte

    Permalink

    Returns the type code of this form's BSON representation.

    Returns the type code of this form's BSON representation.

    Definition Classes
    BsonDateBsonValue
  22. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    BaseDate → Equals
  23. def cast[T](implicit T: Mold[T]): Maybe[T]

    Permalink
    Definition Classes
    BaseValue
  24. def clone(): AnyRef

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

    Permalink
    Definition Classes
    BaseValue
  26. def decrypt(secretKey: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  27. def delta(that: AnyForm): AnyDelta

    Permalink
    Definition Classes
    FormValue
  28. def encrypt(secretKey: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  29. def encrypt(secretKey: Loader, iv: Loader): AnyForm

    Permalink
    Definition Classes
    ProtoValue
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    BaseDate → Equals → AnyRef → Any
  32. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    BaseDate → AnyRef → Any
  35. def in(domain: Variant): Variant.DateForm

    Permalink
    Definition Classes
    BaseDateBaseValue
  36. def in(domain: DeltaVariant): DeltaVariant.AnyForm

    Permalink
    Definition Classes
    FormValueDeltaValue
  37. def isBoolForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  38. def isDataForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  39. def isDateForm: Boolean

    Permalink
    Definition Classes
    BaseDateBaseValue
  40. def isDefined: Boolean

    Permalink
    Definition Classes
    FormValueBaseValueDeltaValue
  41. def isDelta: Boolean

    Permalink
    Definition Classes
    FormValueDeltaValue
  42. def isForm: Boolean

    Permalink
    Definition Classes
    FormValueDeltaValue
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def isNullForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  45. def isNumberForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  46. def isObjectDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  47. def isObjectForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  48. def isSecretForm: Boolean

    Permalink
    Definition Classes
    ProtoValue
  49. def isSeqForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  50. def isSetDelta: Boolean

    Permalink
    Definition Classes
    DeltaValue
  51. def isSetForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  52. def isTextForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  53. val millis: Long

    Permalink
    Definition Classes
    DateFormBaseDate
  54. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  57. def patch(that: AnyDelta): AnyForm

    Permalink
    Definition Classes
    FormValue
  58. def protoField: Field[DateForm]

    Permalink
    Definition Classes
    ProtoDateProtoDelta
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. def toBson: Loader

    Permalink

    Returns the serialized BSON representation of this form.

    Returns the serialized BSON representation of this form.

    Definition Classes
    BsonValue
  61. def toISO8601: String

    Permalink
    Definition Classes
    BaseDate
  62. def toISO8601(timeZone: String): String

    Permalink
    Definition Classes
    BaseDate
  63. def toJson: String

    Permalink
    Definition Classes
    JsonValue
  64. def toProto: Loader

    Permalink
    Definition Classes
    ProtoValueProtoDelta
  65. def toString(): String

    Permalink
    Definition Classes
    BaseDate → AnyRef → Any
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def writeBson(output: Writer): Unit

    Permalink

    Writes the serialized BSON representation of this form to output.

    Writes the serialized BSON representation of this form to output.

    Definition Classes
    BsonDateBsonValue
  70. def writeISO8601(builder: StringBuilder): Unit

    Permalink
    Definition Classes
    BaseDate
  71. def writeISO8601(builder: StringBuilder, timeZone: String): Unit

    Permalink
    Definition Classes
    BaseDate
  72. def writeJson(builder: StringBuilder): Unit

    Permalink
    Definition Classes
    JsonDateJsonValue
  73. def writeProto(data: Writer): Unit

    Permalink
    Definition Classes
    ProtoValueProtoDelta

Inherited from OmniVariant.ProtoDate

Inherited from OmniVariant.BsonDate

Inherited from OmniVariant.JsonDate

Inherited from OmniVariant.BaseDate

Inherited from Equals

Inherited from AnyForm

Inherited from OmniVariant.ProtoValue

Inherited from OmniVariant.BsonValue

Inherited from OmniVariant.JsonValue

Inherited from OmniVariant.FormValue

Inherited from OmniVariant.BaseValue

Inherited from AnyDelta

Inherited from OmniVariant.ProtoDelta

Inherited from OmniVariant.DeltaValue

Inherited from AnyRef

Inherited from Any

Ungrouped