PathPatch

sealed trait PathPatch
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](path: Chunk[String]): Either[Error, Chunk[String]]
def mapName(f: String => String): PathPatch
def nested(name: String): PathPatch
def unnested(name: String): PathPatch