Class ORMultiMapKey$

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      Constructors 
      Constructor Description
      ORMultiMapKey$()  
    • Field Detail

      • MODULE$

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

      • ORMultiMapKey$

        public ORMultiMapKey$()
    • Method Detail

      • create

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

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

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