Scala 2
|
|
isabelle/Swing_Thread.scala
]
object
Swing_Thread
extends
AnyRefMethod 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 |
Scala 2
|
|