Class Counter$

java.lang.Object
org.apache.pekko.persistence.typed.crdt.Counter$
All Implemented Interfaces:
Serializable

public class Counter$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • Counter$

      public Counter$()
  • Method Details

    • empty

      public Counter empty()
    • apply

      public Counter apply(scala.math.BigInt value)
    • unapply

      public scala.Option<scala.math.BigInt> unapply(Counter x$0)