java.lang.Object
org.apache.pekko.persistence.typed.state.internal.Persist$
All Implemented Interfaces:
Serializable

public class Persist$ extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Persist$
    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.Persist<State>
    apply(State newState)
     
    final String
     
    <State> scala.Option<State>
    unapply(org.apache.pekko.persistence.typed.state.internal.Persist<State> x$0)
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • Persist$

      public Persist$()
  • Method Details

    • toString

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

      public <State> org.apache.pekko.persistence.typed.state.internal.Persist<State> apply(State newState)
    • unapply

      public <State> scala.Option<State> unapply(org.apache.pekko.persistence.typed.state.internal.Persist<State> x$0)