Class CreatedFromDsl$
- java.lang.Object
-
- scala.runtime.AbstractFunction0<CreatedFromDsl>
-
- com.xebialabs.xlrelease.domain.events.CreatedFromDsl$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Function0<CreatedFromDsl>
public class CreatedFromDsl$ extends scala.runtime.AbstractFunction0<CreatedFromDsl> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CreatedFromDsl$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CreatedFromDsl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatedFromDslapply()java.lang.StringtoString()booleanunapply(CreatedFromDsl x$0)
-
-
-
Field Detail
-
MODULE$
public static final CreatedFromDsl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toStringin interfacescala.Function0<CreatedFromDsl>- Overrides:
toStringin classscala.runtime.AbstractFunction0<CreatedFromDsl>
-
apply
public CreatedFromDsl apply()
- Specified by:
applyin interfacescala.Function0<CreatedFromDsl>
-
unapply
public boolean unapply(CreatedFromDsl x$0)
-
-