in scala.actors.Actor
class RecursiveProxyHandler

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 this (a: scala.actors.Actor, f: scala.PartialFunction[scala.Any, scala.Unit])

Def Detail
def apply (m: scala.Any): scala.Unit

def isDefinedAt (m: scala.Any): scala.Boolean