ZSearchAttribute

zio.temporal.ZSearchAttribute$
See theZSearchAttribute companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class BooleanAttr extends ZSearchAttribute

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Convert.type
sealed trait Convert[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class DateTimeAttr extends ZSearchAttribute

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class IntegralAttr extends ZSearchAttribute

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class NumberAttr extends ZSearchAttribute

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class StringAttr extends ZSearchAttribute

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def from[A](value: A)(implicit convert: Convert[A]): ZSearchAttribute

Converts a value to ZSearchAttribute having implicit Convert instance

Converts a value to ZSearchAttribute having implicit Convert instance

Attributes

convert

conversion typeclass

value

attributes value to convert

Returns:

converted search attribute

implicit def toJava(attrs: Map[String, ZSearchAttribute]): Map[String, AnyRef]

Converts custom search attributes to java.util.Map that temporal Java SDK can consume

Converts custom search attributes to java.util.Map that temporal Java SDK can consume

Attributes

attrs

attributes to convert

Returns:

attributes converted