Class Imported$

java.lang.Object
scala.runtime.AbstractFunction0<Imported>
com.xebialabs.xlrelease.domain.events.Imported$
All Implemented Interfaces:
Serializable, scala.Function0<Imported>

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    final String
     
    boolean
     

    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 Details

    • MODULE$

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

    • Imported$

      public Imported$()
  • Method Details

    • toString

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

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

      public boolean unapply(Imported x$0)