Class CreatedFromDsl$
java.lang.Object
scala.runtime.AbstractFunction0<CreatedFromDsl>
com.xebialabs.xlrelease.domain.events.CreatedFromDsl$
- All Implemented Interfaces:
Serializable
,scala.Function0<CreatedFromDsl>
public class CreatedFromDsl$
extends scala.runtime.AbstractFunction0<CreatedFromDsl>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CreatedFromDsl$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply()
final String
toString()
boolean
unapply
(CreatedFromDsl 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
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CreatedFromDsl$
public CreatedFromDsl$()
-
-
Method Details
-
toString
- Specified by:
toString
in interfacescala.Function0<CreatedFromDsl>
- Overrides:
toString
in classscala.runtime.AbstractFunction0<CreatedFromDsl>
-
apply
- Specified by:
apply
in interfacescala.Function0<CreatedFromDsl>
-
unapply
-