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
.
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
.