SetValue

zio.schema.DynamicValue.SetValue
final case class SetValue(values: Set[DynamicValue]) extends DynamicValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DynamicValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toTypedValue[A](implicit schema: Schema[A]): Either[String, A]

Attributes

Inherited from:
DynamicValue
def toTypedValueOption[A](implicit schema: Schema[A]): Option[A]

Attributes

Inherited from:
DynamicValue
def toValue[A](implicit schema: Schema[A]): Either[DecodeError, A]

Attributes

Inherited from:
DynamicValue

Attributes

Inherited from:
DynamicValue