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
/
Weekly
Weekly
data
class
Weekly
(
val
days
:
Set
<
DayOfWeek
>
)
:
Validity
Members
Members & Extensions
Constructors
Weekly
Link copied to clipboard
constructor
(
days
:
Set
<
DayOfWeek
>
)
Properties
days
Link copied to clipboard
val
days
:
Set
<
DayOfWeek
>
Functions
combine
Link copied to clipboard
open
fun
combine
(
other
:
Validity
)
:
Validity
is
Valid
Link copied to clipboard
open
override
fun
isValid
(
date
:
LocalDateTime
)
:
Boolean
to
Document
Link copied to clipboard
fun
Validity
.
toDocument
(
)
:
ValidityDocument
to
Input
Link copied to clipboard
fun
Validity
.
toInput
(
)
:
ValidityInput