Class Unhandled


  • public class Unhandled
    extends java.lang.Object
    INTERNAL API
    • Constructor Detail

      • Unhandled

        public Unhandled()
    • 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​(ExpectingReply<ReplyMessage> cmd,
                                                                              Function<State,​ReplyMessage> replyWithMessage)
      • events

        public static scala.collection.immutable.Seq<Event> events()
      • thenRun

        public static EffectImpl<Event,​State> thenRun​(scala.Function1<State,​scala.runtime.BoxedUnit> chainedEffect)
      • thenReply

        public static <ReplyMessage> EffectImpl<Event,​State> thenReply​(ExpectingReply<ReplyMessage> cmd,
                                                                             scala.Function1<State,​ReplyMessage> replyWithMessage)
      • thenUnstashAll

        public static EffectImpl<Event,​State> thenUnstashAll()
      • thenNoReply

        public static EffectImpl<Event,​State> thenNoReply()
      • thenStop

        public static EffectImpl<Event,​State> thenStop()
      • equals

        public abstract static boolean equals​(java.lang.Object that)