SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
domain
/
com.shifthackz.aisdv1.domain.usecase.donate
/
FetchSupportersUseCase
Fetch
Supporters
Use
Case
fun
interface
FetchSupportersUseCase
(
source
)
Executes the
function
step in the SDAI domain layer.
Author
Dmitriy Moroz
Inheritors
FetchSupportersUseCaseImpl
Members
Functions
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
)
:
List
<
Supporter
>