munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application.usecase.menu
/
GetMenuUseCase
Get
Menu
Use
Case
class
GetMenuUseCase
(
menuRepository
:
MenuRepository
)
:
UseCase
<
GetMenuCommand
,
GetMenuResult
>
Members
Constructors
Get
Menu
Use
Case
Link copied to clipboard
constructor
(
menuRepository
:
MenuRepository
)
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
command
:
GetMenuCommand
)
:
GetMenuResult