akka.io
Class Udp.Bind$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<ActorRef,java.net.InetSocketAddress,scala.collection.immutable.Traversable<Inet.SocketOption>,Udp.Bind>
      extended by akka.io.Udp.Bind$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<ActorRef,java.net.InetSocketAddress,scala.collection.immutable.Traversable<Inet.SocketOption>,Udp.Bind>
Enclosing class:
Udp

public static class Udp.Bind$
extends scala.runtime.AbstractFunction3<ActorRef,java.net.InetSocketAddress,scala.collection.immutable.Traversable<Inet.SocketOption>,Udp.Bind>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Udp.Bind$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Udp.Bind$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Field Detail

MODULE$

public static final Udp.Bind$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Udp.Bind$

public Udp.Bind$()