scala.concurrent.jolib

class Join

[source: scala/concurrent/jolib.scala]

class Join
extends AnyRef
Method Summary
def canMatch (p : List) : Boolean
def rules (rs : (List, PartialFunction)*) : Unit
def tryMatch : () => Unit
def values (p : List) : List[Any]
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 canMatch(p : List) : Boolean

def values(p : List) : List[Any]

def rules(rs : (List, PartialFunction)*) : Unit

def tryMatch : () => Unit