Packages

p

diffson

package diffson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. diffson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Diff[Json, P] extends AnyRef
  2. implicit final class DiffOps[Json] extends AnyVal
  3. trait Jsony[Json] extends Eq[Json] with Show[Json]

    Type-class that describes what is needed for an object to be able to be diffed as a json like object.

  4. trait Patch[F[_], Json, P] extends AnyRef
  5. case class PatchException(msg: String) extends Exception with Product with Serializable
  6. implicit final class PatchOps[P] extends AnyVal
  7. class PointerException extends Exception

Value Members

  1. def diff[Json, P](json1: Json, json2: Json)(implicit Diff: Diff[Json, P]): P
  2. object JsArray
  3. object JsObject

Inherited from AnyRef

Inherited from Any

Ungrouped