Companion

object Companion

Functions

Link copied to clipboard
fun allBut(f: Copy.AllButDSL.() -> Unit): Copy.AllButDSL

Creates copy specs where all bindings are copied by default, and the DSL defines which bindings are to be ignored.

Link copied to clipboard
operator fun invoke(f: Copy.DSL.() -> Unit): Copy.DSL

Creates copy specs where the DSL defines which bindings are to be copied.