Pointer

diffson.jsonpointer.`package`.Pointer
See thePointer companion object
final case class Pointer extends AnyVal

Attributes

Companion
object
Source
package.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def /(s: String): Pointer

Attributes

Source
package.scala
def /(i: Int): Pointer

Attributes

Source
package.scala
def evaluate[F[_], Json](json: Json)(implicit F: MonadError[F, Throwable], Json: Jsony[Json]): F[Json]

Attributes

Source
package.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product