java.lang.Object
org.apache.pekko.persistence.typed.state.internal.Stash

public class Stash extends Object
INTERNAL API
  • Constructor Details

    • Stash

      public Stash()
  • Method Details

    • productPrefix

      public static String productPrefix()
    • productArity

      public static int productArity()
    • productElement

      public static Object productElement(int x$1)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • canEqual

      public static boolean canEqual(Object x$1)
    • hashCode

      public static int hashCode()
    • toString

      public static String toString()
    • thenRun

      public static final <NewState extends State> EffectBuilder<State> thenRun(Procedure<NewState> callback)
    • thenRun

      public static final EffectBuilder<State> thenRun(Effect callback)
    • 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

      public abstract static boolean equals(Object that)
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()