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
/
UpdateMenuUseCase
Update
Menu
Use
Case
class
UpdateMenuUseCase
(
menuRepository
:
MenuRepository
)
:
UseCase
<
UpdateMenuCommand
,
UpdateMenuResult
>
Members
Constructors
Update
Menu
Use
Case
Link copied to clipboard
constructor
(
menuRepository
:
MenuRepository
)
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
command
:
UpdateMenuCommand
)
:
UpdateMenuResult