kodein-di
/
org.kodein.di
/
Typed
common
Typed
interface
Typed
<
A
>
Content copied to clipboard
Used as an argument for currying functions, allows to define a value and its type.
Types
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
type
Link copied to clipboard
common
abstract val
type
:
TypeToken
<
A
>
Content copied to clipboard
The argument type.
value
Link copied to clipboard
common
abstract val
value
:
A
Content copied to clipboard
The argument value.