Class Stash


  • public class Stash
    extends java.lang.Object
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      Stash()  
    • Method Summary

      All Methods Static Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean canEqual​(java.lang.Object x$1)  
      abstract static boolean equals​(java.lang.Object that)  
      static scala.collection.immutable.Seq<Event> events()  
      static int hashCode()  
      static int productArity()  
      static java.lang.Object productElement​(int x$1)  
      static java.lang.String productElementName​(int n)  
      static scala.collection.Iterator<java.lang.String> productElementNames()  
      static scala.collection.Iterator<java.lang.Object> productIterator()  
      static java.lang.String productPrefix()  
      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.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Stash

        public Stash()
    • 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)
      • 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()