kodein-di
/
org.kodein.di
/
Copy
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Functions
allBut
Link copied to clipboard
common
fun
allBut
(f:
Copy.AllButDSL
.() ->
Unit
):
Copy.AllButDSL
Content copied to clipboard
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
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
invoke
Link copied to clipboard
common
operator fun
invoke
(f:
Copy.DSL
.() ->
Unit
):
Copy.DSL
Content copied to clipboard
Creates copy specs where the DSL defines which bindings are to be
copied
.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard