Class PersistenceEffect<T>
java.lang.Object
org.apache.pekko.persistence.testkit.javadsl.PersistenceEffect<T>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PersistenceEffect<T>boolean<T> PersistenceEffect<T><T> T<T> longbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>longtags()toString()unapply(PersistenceEffect<T> x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
PersistenceEffect
-
-
Method Details
-
apply
-
unapply
public static <T> scala.Option<scala.Tuple3<T,Object, unapplySet<String>>> (PersistenceEffect<T> x$0) -
persistedObject
-
sequenceNr
public long sequenceNr() -
tags
-
copy
-
copy$default$1
public <T> T copy$default$1() -
copy$default$2
public <T> long copy$default$2() -
copy$default$3
-
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
-