Packages

object ZSearchAttributeMeta extends ZSearchAttributeMetaCollectionInstances with ZSearchAttributeMetaEnumInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZSearchAttributeMeta
  2. ZSearchAttributeMetaEnumInstances
  3. ZSearchAttributeMetaCollectionInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class KeywordListMeta[V] extends ZSearchAttributeMeta[List[V], Keyword]
  2. final class KeywordMeta[V] extends ZSearchAttributeMeta[V, Keyword]
  3. type Of[A, Tag, R] = ZSearchAttributeMeta[A, Tag] { type Repr = R }

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. def apply[A, Tag](implicit meta: ZSearchAttributeMeta[A, Tag]): meta.type

    Summons an instance of ZSearchAttributeMeta

    Summons an instance of ZSearchAttributeMeta

    A

    Scala type

    returns

    summoned instance for the provided scala type

  5. implicit def array[V](implicit arg0: ClassTag[V], asString: Of[V, Keyword, String]): Of[Array[V], Keyword, List[String]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val bigDecimal: Of[BigDecimal, Plain, String]
  8. implicit val bigInt: Of[BigInt, Plain, String]
  9. implicit val boolean: Of[Boolean, Plain, Boolean]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. implicit val currentTimeMillis: Of[ZCurrentTimeMillis, Plain, OffsetDateTime]
  12. implicit val double: Of[Double, Plain, Double]
  13. def enumeration(enum: Enumeration): Of[Value, Keyword, String]

    Provides an attribute meta for old scala.Enumeration

    Provides an attribute meta for old scala.Enumeration

    Definition Classes
    ZSearchAttributeMetaEnumInstances
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. implicit val instant: Of[Instant, Plain, OffsetDateTime]
  19. implicit val integer: Of[Int, Plain, Long]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit def iterable[Coll[x] <: Iterable[x], V](implicit asString: Of[V, Keyword, String], factory: Factory[V, Coll[V]]): Of[Coll[V], Keyword, List[String]]
  22. def keywordListImpl[V](implicit asString: Of[V, Keyword, String]): Of[List[V], Keyword, List[String]]
    Attributes
    protected[zio]
  23. implicit val localDateTime: Of[LocalDateTime, Plain, OffsetDateTime]
  24. implicit val long: Of[Long, Plain, Long]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. implicit val offsetDateTime: Of[OffsetDateTime, Plain, OffsetDateTime]
  29. implicit def option[V, Tag, R](implicit underlying: Of[V, Tag, R]): Of[Option[V], Tag, R]
  30. implicit val string: Of[String, Plain, String]
  31. implicit val stringKeyword: Of[String, Keyword, String]

    Meta for a string type represented as Keyword type

  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. implicit val uuid: Of[UUID, Keyword, String]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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 AnyRef

Inherited from Any

Ungrouped