History

final case
class History(toChain: Chain[Selection]) extends AnyVal
Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def ++(history: History): History
def /(field: String): History
def /(index: Int): History
def /(selection: Selection): History
def /:(field: String): History
def /:(index: Int): History
def /:(selection: Selection): History
def append(selection: Selection): History
def isRoot: Boolean
def prepend(selection: Selection): History
def toJsonPath: String
def toList: List[Selection]
override
def toString: String
Definition Classes
Any
def up: History

Inherited methods

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