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.recurrence
/
VerdandiRecurrenceScope
Verdandi
Recurrence
Scope
interface
VerdandiRecurrenceScope
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
every
Link copied to clipboard
abstract
val
every
:
RecurrenceIntervalSelector
indefinitely
Link copied to clipboard
abstract
val
indefinitely
:
RecurrenceEndMarker
on
Link copied to clipboard
abstract
val
on
:
RecurrenceOnMarker
Functions
at
Link copied to clipboard
abstract
fun
at
(
block
:
(
)
->
Duration
)
:
RecurrenceTimeMarker
abstract
fun
at
(
time
:
Duration
)
:
RecurrenceTimeMarker
until
Link copied to clipboard
abstract
infix
fun
until
(
moment
:
VerdandiMoment
)
:
RecurrenceEndMarker