Value

case class Value[Json](toJson: Json) extends JsonMergePatch[Json]
trait Serializable
trait Product
trait Equals
trait JsonMergePatch[Json]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](original: Json)(F: MonadError[F, Throwable]): F[Json]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product