Class CompositeEffect$
java.lang.Object
org.apache.pekko.persistence.typed.state.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<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)
-
Field Details
-
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)
-