public class Conditions<T>
extends java.lang.Object
Constructor and Description |
---|
Conditions() |
Modifier and Type | Method and Description |
---|---|
void |
fulfill(T key) |
boolean |
isFulfilled() |
void |
register(T key,
boolean isInitiallyFulfilled) |
void |
reset(boolean fulfilled) |
void |
reset(T key) |