cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-compose
/
io.github.notoriouscorgi.cacheonhand.compose
/
composeInfiniteQueryFactoryOf
compose
Infinite
Query
Factory
Of
fun
<
TInput
:
CacheableInput.QueryInput
,
TPageParam
,
TData
,
TError
:
Throwable
>
composeInfiniteQueryFactoryOf
(
factory
:
InfiniteQueryFactoryWithInput
<
TInput
,
TPageParam
,
TData
,
TError
>
)
:
ComposableInfiniteQuery
<
TInput
,
TPageParam
,
TData
,
TError
>
fun
<
TPageParam
,
TData
,
TError
:
Throwable
>
composeInfiniteQueryFactoryOf
(
factory
:
InfiniteQueryFactoryWithNoInput
<
TPageParam
,
TData
,
TError
>
)
:
ComposableInfiniteQueryNoInput
<
TPageParam
,
TData
,
TError
>