Class SideEffect$
java.lang.Object
org.apache.pekko.persistence.typed.state.internal.SideEffect$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SideEffect$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.SideEffect<State>apply(scala.Function1<State, scala.runtime.BoxedUnit> callback) <State> org.apache.pekko.persistence.typed.state.internal.SideEffect<State>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SideEffect$
public SideEffect$()
-
-
Method Details
-
apply
public <State> org.apache.pekko.persistence.typed.state.internal.SideEffect<State> apply(scala.Function1<State, scala.runtime.BoxedUnit> callback) -
unstashAll
public <State> org.apache.pekko.persistence.typed.state.internal.SideEffect<State> unstashAll()
-