kodein-di
/
org.kodein.di
/
DI
/
Builder
/
DirectBinder
common
Direct
Binder
interface
DirectBinder
Content copied to clipboard
Left part of the direct-binding syntax (
bind(tag)
).
Functions
Functions
from
Link copied to clipboard
common
abstract infix fun <
C
:
Any
,
A
,
T
:
Any
>
from
(binding:
DIBinding
<in
C
, in
A
, out
T
>)
Content copied to clipboard
Binds the previously given tag to the given binding.