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
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
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
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.