Companion

object Companion

Functions

allBut
Link copied to clipboard
common
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.

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

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