final class KeywordListMeta[V] extends ZSearchAttributeMeta[List[V], Keyword]
- Alphabetic
- By Inheritance
- KeywordListMeta
- ZSearchAttributeMeta
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type Repr = List[String]
Representation supported by Temporal
Representation supported by Temporal
- Definition Classes
- KeywordListMeta → ZSearchAttributeMeta
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- KeywordListMeta → ZSearchAttributeMeta
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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
- 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
- KeywordListMeta → ZSearchAttributeMeta
- def downcastTag: Of[List[V], Any, Repr]
- Definition Classes
- ZSearchAttributeMeta
- 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
- KeywordListMeta → ZSearchAttributeMeta
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val underlying: Of[V, Keyword, String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)