in scala/runtime
object ScalaRunTime

object ScalaRunTime
extends Object
with ScalaObject

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

Try

  final def Try[a](def block: a): Try[a]

While

  final def While(def cond: Boolean)(def body: Unit): Unit

Do

  final def Do(def command: Unit): DoWhile