|
Scala 2.1.8
|
class
Reactions
[ m ]
extends
java.lang.Object with
scala.ScalaObjectType Summary | |
type
Re
[ r ]
The partial function underlying a reaction. Note that this is formulated in CPS style. |
Class Summary | |
class
Reaction
[ r ]
The class of reactions |
Def Summary | |
def
activate
[ r ]
( f : scala.PartialFunction[m,((r) => scala.Unit) => scala.Unit] )
: ((r) => scala.Unit) => scala.Unit
Activate the given partial function `f', for instance by reading a message or waiting for an event, and applying `f' to the result. |
Type Detail |
type
Re
[ r ]
Def Detail |
def
activate
[ r ]( f : scala.PartialFunction[m,((r) => scala.Unit) => scala.Unit] ) : ((r) => scala.Unit) => scala.Unit