Replica
replica-core
/
me.aartikov.replica.keyed
/
KeyedFetcher
Keyed
Fetcher
fun
interface
KeyedFetcher
<
K
:
Any
,
T
:
Any
>
Content copied to clipboard
Fetches data from a server. Throws exception on error.
Functions
Parameters
Parameters
K
key type
T
data type
Functions
fetch
Link copied to clipboard
abstract
suspend
fun
fetch
(
key
:
K
)
:
T
Content copied to clipboard