kodein-di
7.16.0
common
kodein-di
/
org.kodein.di
/
DI
/
Builder
/
SetBinder
/
add
add
common
abstract
fun
add
(
createBinding
:
(
)
->
DIBinding
<
*
,
*
,
out
T
>
)
Content copied to clipboard
Add a binding in the
Set
of type
T
Parameters
create
Binding
The builder that should add binding in the set.