Class ORSetKey$

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      Constructors 
      Constructor Description
      ORSetKey$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A> ORSetKey<A> apply​(java.lang.String _id)  
      <A> Key<ORSet<A>> create​(java.lang.String id)  
      <A> scala.Option<java.lang.String> unapply​(ORSetKey<A> 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 ORSetKey$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ORSetKey$

        public ORSetKey$()
    • Method Detail

      • create

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

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

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