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