|
Scala Library
|
|
scala/actors/remote/ExitFun.scala]
class
ExitFun(reason : AnyRef)
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
override
def
toString : java.lang.String
The default representation is platform dependent.
|
Scala Library
|
|