Pointer

diffson.jsonpointer.`package`.Pointer
See thePointer companion class
object Pointer

Attributes

Companion
class
Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Pointer.type

Members list

Value members

Concrete methods

def apply(elems: String*): Pointer

Attributes

Source
package.scala
def parse[F[_]](input: String)(implicit F: MonadError[F, Throwable]): F[Pointer]

Attributes

Source
package.scala
def unapply(p: Pointer): Some[Chain[Part]]

Attributes

Source
package.scala

Concrete fields

val Root: Pointer

Attributes

Source
package.scala

Implicits

Implicits

implicit val show: Show[Pointer]

Attributes

Source
package.scala