Class Stash
java.lang.Object
org.apache.pekko.persistence.typed.state.internal.Stash
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanabstract static booleanstatic inthashCode()static intstatic ObjectproductElement(int x$1) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static Stringstatic scala.Option<State>state()static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State>static <ReplyMessage>
ReplyEffect<State>static <ReplyMessage>
org.apache.pekko.persistence.typed.state.internal.EffectImpl<State>static final EffectBuilder<State>static final <NewState extends State>
EffectBuilder<State>static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State>thenRun(scala.Function1<State, scala.runtime.BoxedUnit> chainedEffect) static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State>thenStop()static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State>static StringtoString()
-
Constructor Details
-
Stash
public Stash()
-
-
Method Details
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
hashCode
public static int hashCode() -
toString
-
thenRun
public static final <NewState extends State> EffectBuilder<State> thenRun(Procedure<NewState> callback) -
thenRun
-
thenReply
public static <ReplyMessage> ReplyEffect<State> thenReply(ActorRef<ReplyMessage> replyTo, Function<State, ReplyMessage> replyWithMessage) -
state
public static scala.Option<State> state() -
thenRun
public static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State> thenRun(scala.Function1<State, scala.runtime.BoxedUnit> chainedEffect) -
thenReply
public static <ReplyMessage> org.apache.pekko.persistence.typed.state.internal.EffectImpl<State> thenReply(ActorRef<ReplyMessage> replyTo, scala.Function1<State, ReplyMessage> replyWithMessage) -
thenUnstashAll
public static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State> thenUnstashAll() -
thenNoReply
public static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State> thenNoReply() -
thenStop
public static org.apache.pekko.persistence.typed.state.internal.EffectImpl<State> thenStop() -
equals
-
productElementName
-
productElementNames
-