public class Ack
extends java.lang.Object
| Constructor and Description |
|---|
Ack() |
| Modifier and Type | Method and Description |
|---|---|
Ack |
and(Ack ack) |
static Ack |
one(int count) |
Ack |
or(Ack ack) |
static Ack |
validate(boolean test) |
static Ack |
validate(java.util.Optional<?> optional) |