Packages

sealed trait ZSearchAttributeMeta[A, Tag] extends AnyRef

Encapsulates description & recipe for a Scala type stored as Temporal Search attribute.

A

Scala type

Self Type
ZSearchAttributeMeta[A, Tag]
Annotations
@implicitNotFound()
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZSearchAttributeMeta
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Repr

    Representation supported by Temporal

Abstract Value Members

  1. abstract def attributeKey(name: String): SearchAttributeKey[Repr]

    Construct a typed SearchAttributeKey

    Construct a typed SearchAttributeKey

    name

    the key name

    returns

    search attribute key

  2. abstract def decode(value: Repr): A

    Decodes the attribute value from its representation type

    Decodes the attribute value from its representation type

    value

    representation of the value supported by Temporal

    returns

    Scala representation of the search attribute

  3. abstract def encode(value: A): Repr

    Encodes the attribute value to its representation type

    Encodes the attribute value to its representation type

    value

    Scala representation of the search attribute

    returns

    representation of the value supported by Temporal

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): 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]) @IntrinsicCandidate() @native()
  6. def convert[B](project: (A) => B)(reverse: (B) => A): Of[B, Tag, Repr]

    Creates a new ZSearchAttributeMeta by converting this type to a new type.

    Creates a new ZSearchAttributeMeta by converting this type to a new type.

    B

    the new search attribute type

    project

    direct conversion A => B

    reverse

    reverse conversion B => A

    returns

    a new meta

  7. def downcastTag: Of[A, Any, Repr]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped