data class FlowTimeWindow
<init> |
FlowTimeWindow(fromTime: Instant? = null, untilTime: Instant? = null) |
fromTime |
val fromTime: Instant? |
untilTime |
val untilTime: Instant? |
between |
fun between(fromTime: Instant, untilTime: Instant): FlowTimeWindow |
fromOnly |
fun fromOnly(fromTime: Instant): FlowTimeWindow |
untilOnly |
fun untilOnly(untilTime: Instant): FlowTimeWindow |