Class NoCondition
java.lang.Object
de.linusdev.lutils.async.conditioned.NoCondition
- All Implemented Interfaces:
Condition
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoCondition
public NoCondition()
-
-
Method Details
-
check
public boolean check()Description copied from interface:ConditionCheck whether the condition is met. Once a condition is met, this method must returntrueuntil the correspondingTaskhas completed execution. -
await
public void await()Description copied from interface:ConditionWaits the current thread until the condition is met.
-