core
/
com.schibsted.account.engine.integration
/
ResultCallback
/
fromLambda
fromLambda
fun
<
T
>
fromLambda
(
onErrorFun
:
(
ClientError
)
->
Unit
,
onSuccessFun
:
(
T
)
->
Unit
)
:
ResultCallback
<
T
>