app
/
com.example.passentry.usecase
/
SingleUseCase
Single
Use
Case
abstract class
SingleUseCase
<
T
> :
UseCase
Content copied to clipboard
Functions
Inheritors
Functions
dispose
Link copied to clipboard
fun
dispose
()
Content copied to clipboard
disposeLast
Link copied to clipboard
fun
disposeLast
()
Content copied to clipboard
execute
Link copied to clipboard
fun
execute
(onSuccess: (
T
) ->
Unit
, onError: (t:
Throwable
) ->
Unit
, onFinished: () ->
Unit
= {})
Content copied to clipboard
Inheritors
LoginUseCase
Link copied to clipboard
TapsUseCase
Link copied to clipboard