Package akka.persistence.typed.internal
Class Stash
- java.lang.Object
-
- akka.persistence.typed.internal.Stash
-
public class Stash extends java.lang.ObjectINTERNAL API
-
-
Constructor Summary
Constructors Constructor Description Stash()
-
Method Summary
All Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static booleancanEqual(java.lang.Object x$1)abstract static booleanequals(java.lang.Object that)static scala.collection.immutable.Seq<Event>events()static inthashCode()static intproductArity()static java.lang.ObjectproductElement(int x$1)static java.lang.StringproductElementName(int n)static scala.collection.Iterator<java.lang.String>productElementNames()static scala.collection.Iterator<java.lang.Object>productIterator()static java.lang.StringproductPrefix()static akka.persistence.typed.internal.EffectImpl<Event,State>thenNoReply()static <ReplyMessage>
ReplyEffect<Event,State>thenReply(ActorRef<ReplyMessage> replyTo, Function<State,ReplyMessage> replyWithMessage)static <ReplyMessage>
akka.persistence.typed.internal.EffectImpl<Event,State>thenReply(ActorRef<ReplyMessage> replyTo, scala.Function1<State,ReplyMessage> replyWithMessage)static EffectBuilder<Event,State>thenRun(Effect callback)static <NewState extends State>
EffectBuilder<Event,State>thenRun(Procedure<NewState> callback)static akka.persistence.typed.internal.EffectImpl<Event,State>thenRun(scala.Function1<State,scala.runtime.BoxedUnit> chainedEffect)static akka.persistence.typed.internal.EffectImpl<Event,State>thenStop()static akka.persistence.typed.internal.EffectImpl<Event,State>thenUnstashAll()static java.lang.StringtoString()
-
-
-
Method Detail
-
productPrefix
public static java.lang.String productPrefix()
-
productArity
public static int productArity()
-
productElement
public static java.lang.Object productElement(int x$1)
-
productIterator
public static scala.collection.Iterator<java.lang.Object> productIterator()
-
canEqual
public static boolean canEqual(java.lang.Object x$1)
-
hashCode
public static int hashCode()
-
toString
public static java.lang.String toString()
-
thenRun
public static final <NewState extends State> EffectBuilder<Event,State> thenRun(Procedure<NewState> callback)
-
thenRun
public static final EffectBuilder<Event,State> thenRun(Effect callback)
-
thenReply
public static <ReplyMessage> ReplyEffect<Event,State> thenReply(ActorRef<ReplyMessage> replyTo, Function<State,ReplyMessage> replyWithMessage)
-
events
public static scala.collection.immutable.Seq<Event> events()
-
thenRun
public static akka.persistence.typed.internal.EffectImpl<Event,State> thenRun(scala.Function1<State,scala.runtime.BoxedUnit> chainedEffect)
-
thenReply
public static <ReplyMessage> akka.persistence.typed.internal.EffectImpl<Event,State> thenReply(ActorRef<ReplyMessage> replyTo, scala.Function1<State,ReplyMessage> replyWithMessage)
-
thenUnstashAll
public static akka.persistence.typed.internal.EffectImpl<Event,State> thenUnstashAll()
-
thenNoReply
public static akka.persistence.typed.internal.EffectImpl<Event,State> thenNoReply()
-
thenStop
public static akka.persistence.typed.internal.EffectImpl<Event,State> thenStop()
-
equals
public abstract static boolean equals(java.lang.Object that)
-
productElementName
public static java.lang.String productElementName(int n)
-
productElementNames
public static scala.collection.Iterator<java.lang.String> productElementNames()
-
-