zio.temporal.ZSearchAttributeMeta
See theZSearchAttributeMeta companion trait
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZSearchAttributeMeta.type
Members list
Type members
Classlikes
final class KeywordListMeta[V](val underlying: Of[V, Keyword, String]) extends ZSearchAttributeMeta[List[V], Keyword]
Attributes
- Supertypes
final class KeywordMeta[V](encodeValue: V => String, decodeValue: String => V) extends ZSearchAttributeMeta[V, Keyword]
Attributes
- Supertypes
Types
Value members
Concrete methods
Summons an instance of ZSearchAttributeMeta
Summons an instance of ZSearchAttributeMeta
Type parameters
- A
-
Scala type
Attributes
- Returns
-
summoned instance for the provided scala type
Givens
Inherited givens
Provides an attribute meta for Scala 3 native enum types.
Provides an attribute meta for Scala 3 native enum types.
Attributes
- Inherited from:
- ZSearchAttributeMetaEnumInstances
Implicits
Implicits
Meta for a string type represented as Keyword type
Meta for a string type represented as Keyword type
Attributes
In this article