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.restaurant
/
GetRestaurantUseCase
Get
Restaurant
Use
Case
class
GetRestaurantUseCase
(
repository
:
RestaurantRepository
)
:
UseCase
<
GetRestaurantCommand
,
GetRestaurantResult
>
Members
Constructors
Get
Restaurant
Use
Case
Link copied to clipboard
constructor
(
repository
:
RestaurantRepository
)
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
command
:
GetRestaurantCommand
)
:
GetRestaurantResult