PathSegments

sealed class PathSegments

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val parent: PathSegments

Functions

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