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 BothValue
class Dictionary
class DynamicAst
class Enumeration
class Error
class LeftValue
object NoneValue.type
class Primitive[A]
class Record
class RightValue
class Sequence
class SetValue
class Singleton[A]
class SomeValue
class Tuple
Show all
Self type

Members list

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]