Package akka.japi
Class Pair$
- java.lang.Object
-
- akka.japi.Pair$
-
- All Implemented Interfaces:
java.io.Serializable
public class Pair$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Pair$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A,B>
Pair<A,B>apply(A first, B second)
<A,B>
Pair<A,B>create(A first, B second)
<A,B>
scala.Option<scala.Tuple2<A,B>>unapply(Pair<A,B> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Pair$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-