Verdandi
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Verdandi
Verdandi
/
com.github.abraga.verdandi.api.scope.adjust
/
VerdandiIntervalOperationScope
Verdandi
Interval
Operation
Scope
interface
VerdandiIntervalOperationScope
Inheritors
VerdandiInterval
Members
Functions
contains
Link copied to clipboard
abstract
fun
contains
(
other
:
VerdandiMoment
)
:
Boolean
duration
Link copied to clipboard
abstract
fun
duration
(
)
:
DateTimeDuration
expand
Link copied to clipboard
abstract
fun
expand
(
duration
:
Duration
)
:
VerdandiInterval
intersection
Link copied to clipboard
abstract
fun
intersection
(
other
:
VerdandiInterval
)
:
VerdandiInterval
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
minus
Link copied to clipboard
abstract
operator
fun
minus
(
duration
:
Duration
)
:
VerdandiInterval
overlaps
Link copied to clipboard
abstract
fun
overlaps
(
other
:
VerdandiInterval
)
:
Boolean
plus
Link copied to clipboard
abstract
operator
fun
plus
(
duration
:
Duration
)
:
VerdandiInterval
shrink
Link copied to clipboard
abstract
fun
shrink
(
duration
:
Duration
)
:
VerdandiInterval
union
Link copied to clipboard
abstract
fun
union
(
other
:
VerdandiInterval
)
:
VerdandiInterval
?