Packages

final class KeywordMeta[V] extends ZSearchAttributeMeta[V, Keyword]

Linear Supertypes
ZSearchAttributeMeta[V, Keyword], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeywordMeta
  2. ZSearchAttributeMeta
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KeywordMeta(encodeValue: (V) => String, decodeValue: (String) => V)

Type Members

  1. type Repr = String

    Representation supported by Temporal

    Representation supported by Temporal

    Definition Classes
    KeywordMetaZSearchAttributeMeta

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 attributeKey(name: String): SearchAttributeKey[String]

    Construct a typed SearchAttributeKey

    Construct a typed SearchAttributeKey

    name

    the key name

    returns

    search attribute key

    Definition Classes
    KeywordMetaZSearchAttributeMeta
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def convert[B](project: (V) => B)(reverse: (B) => V): Of[B, Keyword, 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

    Definition Classes
    ZSearchAttributeMeta
  8. def decode(value: String): V

    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

    Definition Classes
    KeywordMetaZSearchAttributeMeta
  9. def downcastTag: Of[V, Any, Repr]
    Definition Classes
    ZSearchAttributeMeta
  10. def encode(value: V): String

    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

    Definition Classes
    KeywordMetaZSearchAttributeMeta
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: 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])

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 ZSearchAttributeMeta[V, Keyword]

Inherited from AnyRef

Inherited from Any

Ungrouped