kodein-di
/
org.kodein.di
/
SearchDSL
/
Binding
common
Binding
class
Binding
(type:
TypeToken
<*>, tag:
Any
?) :
SearchDSL.Spec
Content copied to clipboard
A binding return type constrained spec.
Constructors
Functions
Properties
Constructors
Binding
Link copied to clipboard
common
fun
Binding
(type:
TypeToken
<*>, tag:
Any
? = null)
Content copied to clipboard
Functions
apply
Link copied to clipboard
common
open override fun
apply
(specs:
SearchSpecs
)
Content copied to clipboard
Apply the function.
Properties
tag
Link copied to clipboard
common
val
tag
:
Any
? = null
Content copied to clipboard
An optional tag constraint.
type
Link copied to clipboard
common
val
type
:
TypeToken
<*>
Content copied to clipboard
The type constraint.