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