isabelle

object Swing_Thread

[source: isabelle/Swing_Thread.scala]

object Swing_Thread
extends AnyRef
Method Summary
def assert : Unit
def delay_first : (Int) => (=> Unit) => () => Unit
def delay_last : (Int) => (=> Unit) => () => Unit
def later (body : => Unit) : Unit
def now [A](body : => A) : A
def require : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def assert : Unit

def require : Unit

def now[A](body : => A) : A

def later(body : => Unit) : Unit

def delay_first : (Int) => (=> Unit) => () => Unit

def delay_last : (Int) => (=> Unit) => () => Unit