scala.util

control

package control

Type Members

  1. class Breaks extends AnyRef

    A class that can be instantiated for the break control abstraction

  2. trait ControlException extends Throwable with NoStackTrace

    A marker trait indicating that the Throwable it is mixed into is intended for flow control

  3. trait NoStackTrace extends Throwable

    A trait for exceptions which, for efficiency reasons, do not fill in the stack trace

  4. class TailRec[+A] extends AnyRef

Value Members

  1. object Breaks extends Breaks

    An object that can be used for the break control abstraction

  2. object Exception extends AnyRef

    Classes representing the components of exception handling

  3. object TailRec extends AnyRef