Class CompositeEffect$

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompositeEffect$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CompositeEffect$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <State> akka.persistence.typed.state.internal.CompositeEffect<State> apply​(EffectBuilder<State> effect, akka.persistence.typed.state.internal.SideEffect<State> sideEffects)  
      <State> akka.persistence.typed.state.internal.CompositeEffect<State> apply​(EffectBuilder<State> persistingEffect, scala.collection.immutable.Seq<akka.persistence.typed.state.internal.SideEffect<State>> _sideEffects)
      INTERNAL API
      <State> scala.Option<scala.Tuple2<EffectBuilder<State>,​scala.collection.immutable.Seq<akka.persistence.typed.state.internal.SideEffect<State>>>> unapply​(akka.persistence.typed.state.internal.CompositeEffect<State> x$0)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final CompositeEffect$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • CompositeEffect$

        public CompositeEffect$()
    • Method Detail

      • apply

        public <State> akka.persistence.typed.state.internal.CompositeEffect<State> apply​(EffectBuilder<State> effect,
                                                                                          akka.persistence.typed.state.internal.SideEffect<State> sideEffects)
      • apply

        public <State> akka.persistence.typed.state.internal.CompositeEffect<State> apply​(EffectBuilder<State> persistingEffect,
                                                                                          scala.collection.immutable.Seq<akka.persistence.typed.state.internal.SideEffect<State>> _sideEffects)
        INTERNAL API
      • unapply

        public <State> scala.Option<scala.Tuple2<EffectBuilder<State>,​scala.collection.immutable.Seq<akka.persistence.typed.state.internal.SideEffect<State>>>> unapply​(akka.persistence.typed.state.internal.CompositeEffect<State> x$0)