Package akka.cluster.ddata
Class Replicator.Changed$
- java.lang.Object
 - 
- akka.cluster.ddata.Replicator.Changed$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - Replicator
 
public static class Replicator.Changed$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Replicator.Changed$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description Changed$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends ReplicatedData>
Replicator.Changed<A>apply(Key<A> key, A data)java.lang.StringtoString()<A extends ReplicatedData>
scala.Option<Key<A>>unapply(Replicator.Changed<A> x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Replicator.Changed$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
toString
public final java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
apply
public <A extends ReplicatedData> Replicator.Changed<A> apply(Key<A> key, A data)
 
- 
unapply
public <A extends ReplicatedData> scala.Option<Key<A>> unapply(Replicator.Changed<A> x$0)
 
 - 
 
 -