|
Scala 2.4.0-RC1
|
private
class
RecursiveProxyHandler
extends
java.lang.Object
with
scala.PartialFunction[scala.Any, scala.Unit]
with
scala.ScalaObject
Constructor Summary | |
def
this
(a: scala.actors.Actor, f: scala.PartialFunction[scala.Any, scala.Unit])
|
Def Summary | |
def
apply
(m: scala.Any)
: scala.Unit
|
|
def
isDefinedAt
(m: scala.Any)
: scala.Boolean
|
Def inherited from scala.PartialFunction[scala.Any, scala.Unit] | |
andThen , isDefinedAt, orElse |
Constructor Detail |
Def Detail |