Class Counter.Updated
java.lang.Object
org.apache.pekko.persistence.typed.crdt.Counter.Updated
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- Counter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdated(int delta) JAVA APIUpdated(BigInteger delta) JAVA APIUpdated(scala.math.BigInt delta) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(scala.math.BigInt delta) scala.math.BigIntscala.math.BigIntdelta()booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Updated
public Updated(scala.math.BigInt delta) -
Updated
JAVA API -
Updated
public Updated(int delta) JAVA API
-
-
Method Details
-
delta
public scala.math.BigInt delta() -
copy
-
copy$default$1
public scala.math.BigInt copy$default$1() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-