infix fun <T : Path> Builder<T>.startsWith(other: Path): Builder<T>
Asserts that the subject starts with the provided path.
See Also
infix fun <T : Path> Builder<T>.startsWith(other: String): Builder<T>
Asserts that the subject starts with the provided path.
See Also