| Package | Description | 
|---|---|
| org.javalite.common | 
 This  package is a Swiss Army knife of utilities used in JavaLite  as well as outside 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
Wait.waitFor(long durationMillis,
       long sleepMillis,
       Wait.Condition condition)
Same as  
Wait.waitFor(long, Condition). | 
static boolean | 
Wait.waitFor(long durationMillis,
       Wait.Condition condition)
Waits for a condition to be satisfied or till  
durationMillis, whichever is sooner. | 
static boolean | 
Wait.waitFor(Wait.Condition condition)
 | 
Copyright © 2020 JavaLite. All rights reserved.