ZSearchAttribute

zio.temporal.ZSearchAttribute$
See theZSearchAttribute companion trait

Attributes

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

Members list

Type members

Classlikes

final class BooleanAttr extends ZSearchAttribute

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
Convert[A]
final class DateTimeAttr extends ZSearchAttribute

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Value parameters

convert

conversion typeclass

value

attributes value to convert

Attributes

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

Value parameters

attrs

attributes to convert

Attributes

Returns

attributes converted