Class Create$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function0<Create>, scala.Serializable

    public class Create$
    extends scala.runtime.AbstractFunction0<Create>
    implements scala.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      Create$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Create apply()  
      java.lang.String toString()  
      boolean unapply​(Create x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction0

        apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Create$

        public Create$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function0<Create>
        Overrides:
        toString in class scala.runtime.AbstractFunction0<Create>
      • apply

        public Create apply()
        Specified by:
        apply in interface scala.Function0<Create>
      • unapply

        public boolean unapply​(Create x$0)