| Package | Description |
|---|---|
| io.rainfall.execution | |
| io.rainfall.unit |
| Modifier and Type | Field and Description |
|---|---|
protected Unit |
InParallel.unit |
| Modifier and Type | Method and Description |
|---|---|
static InParallel |
Executions.inParallel(int count,
Unit unit,
Every every,
Over over) |
static Execution |
Executions.once(int nb,
Unit unit) |
| Constructor and Description |
|---|
InParallel(int nb,
Unit unit,
Every every,
TimeMeasurement during) |
| Modifier and Type | Class and Description |
|---|---|
class |
Every |
class |
From |
class |
Instance |
class |
Over |
class |
TimeDivision |
class |
TimeMeasurement |
class |
To |
class |
UnitMeasurement |
| Modifier and Type | Method and Description |
|---|---|
static From |
From.from(int count,
Unit unit) |
static To |
To.to(int count,
Unit unit) |
| Constructor and Description |
|---|
From(int count,
Unit unit) |
To(int count,
Unit unit) |
UnitMeasurement(int count,
Unit unit) |
Copyright © 2023. All rights reserved.