Class LWWRegisterKey$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable

    public class LWWRegisterKey$
    extends java.lang.Object
    implements scala.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      LWWRegisterKey$()  
    • Field Detail

      • MODULE$

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

      • LWWRegisterKey$

        public LWWRegisterKey$()
    • Method Detail

      • create

        public <A> Key<LWWRegister<A>> create​(java.lang.String id)
      • apply

        public <A> LWWRegisterKey<A> apply​(java.lang.String _id)
      • unapply

        public <A> scala.Option<java.lang.String> unapply​(LWWRegisterKey<A> x$0)