Slash

data class Slash(val parent: PathSegments, child: String) : PathSegments

Constructors

Link copied to clipboard
constructor(parent: PathSegments, child: String)

Properties

Link copied to clipboard
open override val parent: PathSegments

Functions

Link copied to clipboard
operator fun div(child: String): PathSegments
operator fun div(child: PathSegments): PathSegments
Link copied to clipboard
open override fun startsWith(other: PathSegments): Boolean
Link copied to clipboard
open override fun toList(): List<String>
Link copied to clipboard
open override fun toString(): String