TraversablePathParts

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

Value members

Abstract methods

def toSeq(a: A): Seq[String]

Concrete methods

def toVector(a: A): Vector[String]