ReduKt
redukt-data
/
com.daftmobile.redukt.data
/
TypeSafeResolverConfigScope
Type
Safe
Resolver
Config
Scope
interface
TypeSafeResolverConfigScope
The scope for configuring
DataSourceResolver
with a type-safe DSL.
Functions
Functions
resolve
By
Link copied to clipboard
abstract
infix
fun
<
T
:
DataSource
<
*
,
*
>
>
PureDataSourceKey
<
T
>
.
resolveBy
(
provider
:
(
)
->
T
)
resolves
To
Link copied to clipboard
abstract
infix
fun
<
T
:
DataSource
<
*
,
*
>
>
PureDataSourceKey
<
T
>
.
resolvesTo
(
dataSource
:
T
)