| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        final | def Do(def command: Unit): DoWhile | 
| 
        final | def Try[a](def block: a): Try[a] | 
| 
        final | def While(def cond: Boolean)(def body: Unit): Unit | 
| Trait Summary | |
| trait DoWhile() | |
| Class Summary | |
| class Try[a](r: ResultOrException[a]) | |
| Method Detail | 
final def Try[a](def block: a): Try[a]
final def While(def cond: Boolean)(def body: Unit): Unit
final def Do(def command: Unit): DoWhile
| 
 | 
          Scala 1.3.0.7 | |||