Package akka.cluster
Class InternalClusterAction.InitJoinAck$
- java.lang.Object
-
- scala.runtime.AbstractFunction2<Address,InternalClusterAction.ConfigCheck,InternalClusterAction.InitJoinAck>
-
- akka.cluster.InternalClusterAction.InitJoinAck$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function2<Address,InternalClusterAction.ConfigCheck,InternalClusterAction.InitJoinAck>
- Enclosing class:
- InternalClusterAction
public static class InternalClusterAction.InitJoinAck$ extends scala.runtime.AbstractFunction2<Address,InternalClusterAction.ConfigCheck,InternalClusterAction.InitJoinAck> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static InternalClusterAction.InitJoinAck$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description InitJoinAck$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalClusterAction.InitJoinAck
apply(Address address, InternalClusterAction.ConfigCheck configCheck)
java.lang.String
toString()
scala.Option<scala.Tuple2<Address,InternalClusterAction.ConfigCheck>>
unapply(InternalClusterAction.InitJoinAck x$0)
-
Methods inherited from class scala.runtime.AbstractFunction2
apply$mcDDD$sp, apply$mcDDI$sp, apply$mcDDJ$sp, apply$mcDID$sp, apply$mcDII$sp, apply$mcDIJ$sp, apply$mcDJD$sp, apply$mcDJI$sp, apply$mcDJJ$sp, apply$mcFDD$sp, apply$mcFDI$sp, apply$mcFDJ$sp, apply$mcFID$sp, apply$mcFII$sp, apply$mcFIJ$sp, apply$mcFJD$sp, apply$mcFJI$sp, apply$mcFJJ$sp, apply$mcIDD$sp, apply$mcIDI$sp, apply$mcIDJ$sp, apply$mcIID$sp, apply$mcIII$sp, apply$mcIIJ$sp, apply$mcIJD$sp, apply$mcIJI$sp, apply$mcIJJ$sp, apply$mcJDD$sp, apply$mcJDI$sp, apply$mcJDJ$sp, apply$mcJID$sp, apply$mcJII$sp, apply$mcJIJ$sp, apply$mcJJD$sp, apply$mcJJI$sp, apply$mcJJJ$sp, apply$mcVDD$sp, apply$mcVDI$sp, apply$mcVDJ$sp, apply$mcVID$sp, apply$mcVII$sp, apply$mcVIJ$sp, apply$mcVJD$sp, apply$mcVJI$sp, apply$mcVJJ$sp, apply$mcZDD$sp, apply$mcZDI$sp, apply$mcZDJ$sp, apply$mcZID$sp, apply$mcZII$sp, apply$mcZIJ$sp, apply$mcZJD$sp, apply$mcZJI$sp, apply$mcZJJ$sp, curried, tupled
-
-
-
-
Field Detail
-
MODULE$
public static final InternalClusterAction.InitJoinAck$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function2<Address,InternalClusterAction.ConfigCheck,InternalClusterAction.InitJoinAck>
- Overrides:
toString
in classscala.runtime.AbstractFunction2<Address,InternalClusterAction.ConfigCheck,InternalClusterAction.InitJoinAck>
-
apply
public InternalClusterAction.InitJoinAck apply(Address address, InternalClusterAction.ConfigCheck configCheck)
- Specified by:
apply
in interfacescala.Function2<Address,InternalClusterAction.ConfigCheck,InternalClusterAction.InitJoinAck>
-
unapply
public scala.Option<scala.Tuple2<Address,InternalClusterAction.ConfigCheck>> unapply(InternalClusterAction.InitJoinAck x$0)
-
-