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