RightValue

final case class RightValue(value: DynamicValue) extends DynamicValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toTypedValue[A](implicit schema: Schema[A]): Either[String, A]
Inherited from:
DynamicValue
def toTypedValueOption[A](implicit schema: Schema[A]): Option[A]
Inherited from:
DynamicValue
def transform(transforms: Chunk[Migration]): Either[String, DynamicValue]
Inherited from:
DynamicValue