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