kodein-di
/
org.kodein.di.bindings
/
WithContext
common
With
Context
interface
WithContext
<out
C
:
Any
>
Content copied to clipboard
Indicates that the context of a retrieval is accessible.
Functions
Properties
Parameters
Inheritors
Parameters
C
The type of the context
Functions
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
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
context
Link copied to clipboard
common
abstract val
context
:
C
Content copied to clipboard
The context that was given at retrieval.
Inheritors
BindingDI
Link copied to clipboard
NoArgBindingDI
Link copied to clipboard