Packages

final class KeywordListMeta[V] extends ZSearchAttributeMeta[List[V], Keyword]

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

Instance Constructors

  1. new KeywordListMeta(underlying: Of[V, Keyword, String])

Type Members

  1. type Repr = List[String]

    Representation supported by Temporal

    Representation supported by Temporal

    Definition Classes
    KeywordListMetaZSearchAttributeMeta

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[List[String]]

    Construct a typed SearchAttributeKey

    Construct a typed SearchAttributeKey

    name

    the key name

    returns

    search attribute key

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

    Decodes the attribute value from its representation type

    Decodes the attribute value from its representation type

    returns

    Scala representation of the search attribute

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

    Encodes the attribute value to its representation type

    Encodes the attribute value to its representation type

    returns

    representation of the value supported by Temporal

    Definition Classes
    KeywordListMetaZSearchAttributeMeta
  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. val underlying: Of[V, Keyword, String]
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. 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[List[V], Keyword]

Inherited from AnyRef

Inherited from Any

Ungrouped