java.lang.Object
org.apache.pekko.persistence.typed.state.internal.SideEffect$

public class SideEffect$ extends Object
INTERNAL API
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SideEffect$
    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.SideEffect<State>
    apply(scala.Function1<State,scala.runtime.BoxedUnit> callback)
     
    <State> org.apache.pekko.persistence.typed.state.internal.SideEffect<State>
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

      public static final SideEffect$ 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()