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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Jsony
- Show
- ContravariantShow
- Eq
- Serializable
- Serializable
- AnyRef
- Any
Implicitly
- by PatchOps
- by DiffOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def Null: Json
- abstract def array(json: Json): Option[Vector[Json]]
-
abstract
def
eqv(x: Json, y: Json): Boolean
- Definition Classes
- Eq
- abstract def fields(json: Json): Option[Map[String, Json]]
- abstract def makeArray(values: Vector[Json]): Json
- abstract def makeObject(fields: Map[String, Json]): Json
-
abstract
def
show(t: Json): String
- Definition Classes
- ContravariantShow
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Jsony[Json], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, Jsony[Json]]): F[Json]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def diff[P](that: Jsony[Json])(implicit Diff: Diff[Jsony[Json], P]): P
- def ensuring(cond: (Jsony[Json]) ⇒ Boolean, msg: ⇒ Any): Jsony[Json]
- def ensuring(cond: (Jsony[Json]) ⇒ Boolean): Jsony[Json]
- def ensuring(cond: Boolean, msg: ⇒ Any): Jsony[Json]
- def ensuring(cond: Boolean): Jsony[Json]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val json: Jsony[Json]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
neqv(x: Json, y: Json): Boolean
- Definition Classes
- Eq
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val patch: Jsony[Json]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Jsony[Json], B)