Class LWWMapKey$

  • All Implemented Interfaces:
    java.io.Serializable

    public class LWWMapKey$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      LWWMapKey$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A,​B>
      LWWMapKey<A,​B>
      apply​(java.lang.String _id)  
      <A,​B>
      Key<LWWMap<A,​B>>
      create​(java.lang.String id)  
      <A,​B>
      scala.Option<java.lang.String>
      unapply​(LWWMapKey<A,​B> x$0)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • LWWMapKey$

        public LWWMapKey$()
    • Method Detail

      • create

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

        public <A,​B> LWWMapKey<A,​B> apply​(java.lang.String _id)
      • unapply

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