Pointer

final case class Pointer extends AnyVal
Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def /(s: String): Pointer
def /(i: Int): Pointer
def evaluate[F[_], Json](json: Json)(F: MonadError[F, Throwable], Json: Jsony[Json]): F[Json]

Inherited methods

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