PathPart

@implicitNotFound("Could not find an instance of PathPart for ${A}") @typeclass trait PathPart[-A] extends Serializable
Companion
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def path(a: A): String
Implicitly added by optionPathPart
def path(a: A): String

Concrete methods

def splitPath(a: A): Seq[String]
Implicitly added by optionPathPart
def splitPath(a: A): Seq[String]