| Package | Description |
|---|---|
| io.rainfall.execution | |
| io.rainfall.unit |
| Modifier and Type | Field and Description |
|---|---|
protected To |
Pattern.to |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Executions.pattern(From from,
To to,
Over over,
Function<Integer,Long> function) |
static Ramp |
Executions.ramp(From from,
To to,
Over over) |
static SineRamp |
Executions.sineRamp(From from,
To to,
Over over) |
| Constructor and Description |
|---|
Pattern(From from,
To to,
Over over,
Function<Integer,Long> function) |
Ramp(From from,
To to,
Over over) |
SineRamp(From from,
To to,
Over over) |
| Modifier and Type | Method and Description |
|---|---|
static To |
To.to(int count,
Unit unit) |
Copyright © 2023. All rights reserved.