Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(pathMapper: PathMapper): PathMapperScope

Creates a PathMapperScope from a pathMapper.

Link copied to clipboard
fun <R> withPathMapper(pathMapper: PathMapper, block: PathMapperScope.() -> R): R

Calls the block with a PathMapperScope as its receiver and returns its result.