| Package | Description |
|---|---|
| io.rainfall.execution | |
| io.rainfall.unit |
| Modifier and Type | Method and Description |
|---|---|
static RunsDuring |
Executions.during(int nb,
TimeDivision timeDivision) |
static NothingFor |
Executions.nothingFor(int nb,
TimeDivision timeDivision) |
| Constructor and Description |
|---|
NothingFor(int nb,
TimeDivision timeDivision) |
RunsDuring(int nb,
TimeDivision timeDivision) |
| Modifier and Type | Field and Description |
|---|---|
static TimeDivision |
TimeDivision.minutes |
static TimeDivision |
TimeDivision.seconds |
| Modifier and Type | Method and Description |
|---|---|
static Every |
Every.every(int nb,
TimeDivision timeDivision) |
static Over |
Over.over(int count,
TimeDivision timeDivision) |
| Constructor and Description |
|---|
Every(int count,
TimeDivision timeDivision) |
Over(int count,
TimeDivision timeDivision) |
TimeMeasurement(int count,
TimeDivision timeDivision) |
Copyright © 2023. All rights reserved.