Class CompositeEffect$
java.lang.Object
org.apache.pekko.persistence.typed.internal.CompositeEffect$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CompositeEffect$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Event,State>
org.apache.pekko.persistence.typed.internal.CompositeEffect<Event,State> apply(EffectBuilder<Event, State> effect, org.apache.pekko.persistence.typed.internal.SideEffect<State> sideEffects) <Event,State>
org.apache.pekko.persistence.typed.internal.CompositeEffect<Event,State> apply(EffectBuilder<Event, State> persistingEffect, scala.collection.immutable.Seq<org.apache.pekko.persistence.typed.internal.SideEffect<State>> _sideEffects) INTERNAL API<Event,State>
scala.Option<scala.Tuple2<EffectBuilder<Event,State>, scala.collection.immutable.Seq<org.apache.pekko.persistence.typed.internal.SideEffect<State>>>> unapply(org.apache.pekko.persistence.typed.internal.CompositeEffect<Event, State> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CompositeEffect$
public CompositeEffect$()
-
-
Method Details
-
apply
public <Event,State> org.apache.pekko.persistence.typed.internal.CompositeEffect<Event,State> apply(EffectBuilder<Event, State> effect, org.apache.pekko.persistence.typed.internal.SideEffect<State> sideEffects) -
apply
public <Event,State> org.apache.pekko.persistence.typed.internal.CompositeEffect<Event,State> apply(EffectBuilder<Event, State> persistingEffect, scala.collection.immutable.Seq<org.apache.pekko.persistence.typed.internal.SideEffect<State>> _sideEffects) INTERNAL API -
unapply
public <Event,State> scala.Option<scala.Tuple2<EffectBuilder<Event,State>, unapplyscala.collection.immutable.Seq<org.apache.pekko.persistence.typed.internal.SideEffect<State>>>> (org.apache.pekko.persistence.typed.internal.CompositeEffect<Event, State> x$0)
-