akka.cluster
Class ClusterEvent.CurrentClusterState$

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

public static class ClusterEvent.CurrentClusterState$
extends scala.runtime.AbstractFunction4<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>,scala.collection.immutable.Set<Address>,scala.Option<Address>,ClusterEvent.CurrentClusterState>
implements scala.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterEvent.CurrentClusterState$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction4
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.Function4
apply
 

Constructor Detail

ClusterEvent.CurrentClusterState$

public ClusterEvent.CurrentClusterState$()