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.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
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.
toString
Link copied to clipboard
common
open fun toString(): String