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()
- Alphabetic
- By Inheritance
- ZSearchAttributeMeta
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type Repr
Representation supported by Temporal
Abstract Value Members
- abstract def attributeKey(name: String): SearchAttributeKey[Repr]
Construct a typed SearchAttributeKey
Construct a typed SearchAttributeKey
- name
the key name
- returns
search attribute key
- 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
- 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
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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
- def downcastTag: Of[A, Any, Repr]
- 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)