DynamicValue

zio.schema.DynamicValue
See theDynamicValue companion object
sealed trait DynamicValue

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Error
class LeftValue
object NoneValue.type
class Primitive[A]
class Record
class Sequence
class SetValue
class Singleton[A]
class SomeValue
class Tuple
Self type

Members list

Concise view

Value members

Concrete methods

def toTypedValue[A](implicit schema: Schema[A]): Either[String, A]
def toTypedValueOption[A](implicit schema: Schema[A]): Option[A]
def toValue[A](implicit schema: Schema[A]): Either[DecodeError, A]