Test

case class Test[Json](path: Pointer, value: Json)(`evidence$7`: Jsony[Json]) extends Operation[Json]

Test that the pointed element is equal to the given value

Test that the pointed element is equal to the given value

trait Serializable
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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