| Package | Description |
|---|---|
| no.digipost.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
OneTimeToggle
A kind of specialized variant of
AtomicBoolean which
can only be toggled once. |
| Modifier and Type | Field and Description |
|---|---|
static TargetState |
TargetState.IMMEDIATELY
A target state which is already reached.
|
static TargetState |
TargetState.NEVER
A target state which will never be reached.
|
| Modifier and Type | Method and Description |
|---|---|
static TargetState |
TargetState.all(Iterable<? extends TargetState> states) |
static TargetState |
TargetState.all(TargetState... states) |
default TargetState |
TargetState.or(TargetState that) |
| Modifier and Type | Method and Description |
|---|---|
static TargetState |
TargetState.all(TargetState... states) |
default TargetState |
TargetState.or(TargetState that) |
| Modifier and Type | Method and Description |
|---|---|
static TargetState |
TargetState.all(Iterable<? extends TargetState> states) |
Copyright © 2018 Digipost. All rights reserved.