gsdsdk / com.gsd.software.sdk.netconnector.callback / getNetDataLoadCallback
fun <T :
Any
> getNetDataLoadCallback(observer: (
RepositoryResult
<
T
>) ->
Unit
):
NetDataLoadCallback
<
T
>
Created by Maksim Shumko on 12/17/2019.
fun <T, K :
Any
> getNetDataLoadCallback(observer: (
RepositoryResult
<
K
>) ->
Unit
, mapper: (
T
) ->
K
):
NetDataLoadCallback
<
T
>