KeyPath

data class KeyPath(val path: List<Long>)

Constructors

Link copied to clipboard
fun KeyPath(path: String)
Link copied to clipboard
fun KeyPath(path: List<Long>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun append(that: KeyPath): KeyPath
fun append(index: Long): KeyPath
fun append(indexes: List<Long>): KeyPath
Link copied to clipboard
fun derive(number: Long): KeyPath
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val lastChildNumber: Long
Link copied to clipboard
val path: List<Long>