scala.actors.remote

class UnlinkFromFun

[source: scala/actors/remote/UnlinkFromFun.scala]

@serializable

class UnlinkFromFun
extends (AbstractActor, Proxy) => Unit
Method Summary
def apply (target : AbstractActor, creator : Proxy) : Unit
override def toString : java.lang.String
Returns a string representation of the object.
Methods inherited from Function2
curry
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def apply(target : AbstractActor, creator : Proxy) : Unit
Overrides
Function2.apply

override def toString : java.lang.String
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.

Overrides
Function2.toString