final class KeywordMeta[V] extends ZSearchAttributeMeta[V, Keyword]
- Alphabetic
 - By Inheritance
 
- KeywordMeta
 - ZSearchAttributeMeta
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-  new KeywordMeta(encodeValue: (V) => String, decodeValue: (String) => V)
 
Type Members
-    type Repr = String
Representation supported by Temporal
Representation supported by Temporal
- Definition Classes
 - KeywordMeta → 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[String]
Construct a typed SearchAttributeKey
Construct a typed SearchAttributeKey
- name
 the key name
- returns
 search attribute key
- Definition Classes
 - KeywordMeta → ZSearchAttributeMeta
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    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
 
 -    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
 - KeywordMeta → ZSearchAttributeMeta
 
 -    def downcastTag: Of[V, Any, Repr]
- Definition Classes
 - ZSearchAttributeMeta
 
 -    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
 - KeywordMeta → 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
 
 -   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)