java.lang.Object
org.apache.pekko.persistence.typed.internal.Stop$
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class Stop$ extends Object implements scala.Product, Serializable
INTERNAL API
See Also:
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <State> org.apache.pekko.persistence.typed.internal.SideEffect<State>
    apply(scala.Function1<State,scala.runtime.BoxedUnit> callback)
     
    boolean
     
    int
     
    int
     
    productElement(int x$1)
     
    scala.collection.Iterator<Object>
     
     
     
    static <State> org.apache.pekko.persistence.typed.internal.SideEffect<State>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface scala.Equals

    equals

    Methods inherited from interface scala.Product

    productElementName, productElementNames
  • Field Details

    • MODULE$

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

    • Stop$

      public Stop$()
  • Method Details

    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • apply

      public static <State> org.apache.pekko.persistence.typed.internal.SideEffect<State> apply(scala.Function1<State,scala.runtime.BoxedUnit> callback)
    • unstashAll

      public static <State> org.apache.pekko.persistence.typed.internal.SideEffect<State> unstashAll()