akka.japi
Class Pair$

java.lang.Object
  extended by akka.japi.Pair$
All Implemented Interfaces:
java.io.Serializable

public class Pair$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Pair$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Pair$()
           
 
Method Summary
<A,B> Pair<A,B>
create(A first, B second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Pair$

public Pair$()
Method Detail

create

public <A,B> Pair<A,B> create(A first,
                              B second)