akka.cluster
Class ClusterEvent.CurrentClusterState$

java.lang.Object
  extended by scala.runtime.AbstractFunction5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>,scala.collection.immutable.Set<Address>,scala.Option<Address>,scala.collection.immutable.Map<java.lang.String,scala.Option<Address>>,ClusterEvent.CurrentClusterState>
      extended by akka.cluster.ClusterEvent.CurrentClusterState$
All Implemented Interfaces:
java.io.Serializable, scala.Function5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>,scala.collection.immutable.Set<Address>,scala.Option<Address>,scala.collection.immutable.Map<java.lang.String,scala.Option<Address>>,ClusterEvent.CurrentClusterState>
Enclosing class:
ClusterEvent

public static class ClusterEvent.CurrentClusterState$
extends scala.runtime.AbstractFunction5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>,scala.collection.immutable.Set<Address>,scala.Option<Address>,scala.collection.immutable.Map<java.lang.String,scala.Option<Address>>,ClusterEvent.CurrentClusterState>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ClusterEvent.CurrentClusterState$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterEvent.CurrentClusterState$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction5
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.Function5
apply
 

Field Detail

MODULE$

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

Constructor Detail

ClusterEvent.CurrentClusterState$

public ClusterEvent.CurrentClusterState$()