FullPathFactory

A factory that creates Path instances by concatenating their content.

Functions

Link copied to clipboard
open operator override fun invoke(tokens: List<Any?>): Path

Creates a Path instance by concatenating the given tokens.

open operator fun invoke(vararg tokens: Any?): Path

Creates a new Path from the given tokens.