PathChunk

replpp.shaded.os.PathChunk
See thePathChunk companion trait
object PathChunk extends PathChunkMacros

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PathChunk.type

Members list

Type members

Classlikes

implicit class ArrayPathChunk[T](a: Array[T])(implicit f: T => PathChunk) extends PathChunk

Attributes

Supertypes
trait PathChunk
class Object
trait Matchable
class Any
implicit class RelPathChunk(r: RelPath) extends PathChunk

Attributes

Supertypes
trait PathChunk
class Object
trait Matchable
class Any
implicit class SeqPathChunk[T](a: Seq[T])(implicit f: T => PathChunk) extends PathChunk

Attributes

Supertypes
trait PathChunk
class Object
trait Matchable
class Any
class StringPathChunk(s: String)

Attributes

Supertypes
trait PathChunk
class Object
trait Matchable
class Any
implicit class SubPathChunk(r: SubPath) extends PathChunk

Attributes

Supertypes
trait PathChunk
class Object
trait Matchable
class Any
implicit class SymbolPathChunk(s: Symbol) extends PathChunk

Attributes

Supertypes
trait PathChunk
class Object
trait Matchable
class Any

Value members

Concrete methods

def segmentsFromString(s: String): Array[String]

Implicits

Implicits

final implicit def ArrayPathChunk[T](a: Array[T])(implicit f: T => PathChunk): ArrayPathChunk[T]
final implicit def RelPathChunk(r: RelPath): RelPathChunk
final implicit def SeqPathChunk[T](a: Seq[T])(implicit f: T => PathChunk): SeqPathChunk[T]
final implicit def SubPathChunk(r: SubPath): SubPathChunk
final implicit def SymbolPathChunk(s: Symbol): SymbolPathChunk

Inherited implicits

implicit inline def stringPathChunkValidated(s: String): PathChunk

Attributes

Inherited from:
PathChunkMacros
implicit def stringToPathChunk(s: String): PathChunk

Attributes

Inherited from:
StringPathChunkConversion