Class CompositeEffect$

java.lang.Object
org.apache.pekko.persistence.typed.state.internal.CompositeEffect$
All Implemented Interfaces:
Serializable

public class CompositeEffect$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <State> org.apache.pekko.persistence.typed.state.internal.CompositeEffect<State>
    apply(EffectBuilder<State> effect, org.apache.pekko.persistence.typed.state.internal.SideEffect<State> sideEffects)
     
    <State> org.apache.pekko.persistence.typed.state.internal.CompositeEffect<State>
    apply(EffectBuilder<State> persistingEffect, scala.collection.immutable.Seq<org.apache.pekko.persistence.typed.state.internal.SideEffect<State>> _sideEffects)
    INTERNAL API
    <State> scala.Option<scala.Tuple2<EffectBuilder<State>,scala.collection.immutable.Seq<org.apache.pekko.persistence.typed.state.internal.SideEffect<State>>>>
    unapply(org.apache.pekko.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 Details

    • MODULE$

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

    • CompositeEffect$

      public CompositeEffect$()
  • Method Details

    • apply

      public <State> org.apache.pekko.persistence.typed.state.internal.CompositeEffect<State> apply(EffectBuilder<State> effect, org.apache.pekko.persistence.typed.state.internal.SideEffect<State> sideEffects)
    • apply

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

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