Class PersistenceEffect$
java.lang.Object
org.apache.pekko.persistence.testkit.scaladsl.PersistenceEffect$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistenceEffect$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> PersistenceEffect<T>final StringtoString()unapply(PersistenceEffect<T> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PersistenceEffect$
public PersistenceEffect$()
-
-
Method Details
-
toString
-
apply
public <T> PersistenceEffect<T> apply(T persistedObject, long sequenceNr, scala.collection.immutable.Set<String> tags) -
unapply
public <T> scala.Option<scala.Tuple3<T,Object, unapplyscala.collection.immutable.Set<String>>> (PersistenceEffect<T> x$0)
-