munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.domain.valueobject.menu
/
Validity
/
Companion
Companion
object
Companion
Members
Properties
always
Link copied to clipboard
val
always
:
Validity
Functions
from
Link copied to clipboard
fun
from
(
start
:
String
)
:
Validity
hours
Link copied to clipboard
fun
hours
(
start
:
LocalTime
,
end
:
LocalTime
)
:
Validity
period
Link copied to clipboard
fun
period
(
start
:
String
,
end
:
String
)
:
Validity
until
Link copied to clipboard
fun
until
(
end
:
String
)
:
Validity
weekly
Link copied to clipboard
fun
weekly
(
days
:
List
<
Int
>
)
:
Validity
yearly
Link copied to clipboard
fun
yearly
(
startMonth
:
Int
,
startDay
:
Int
,
endMonth
:
Int
,
endDay
:
Int
)
:
Validity