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.
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
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.