Class CommentUpdatedEvent$
java.lang.Object
scala.runtime.AbstractFunction3<Task,Comment,Comment,CommentUpdatedEvent>
com.xebialabs.xlrelease.domain.events.CommentUpdatedEvent$
- All Implemented Interfaces:
Serializable
,scala.Function3<Task,
Comment, Comment, CommentUpdatedEvent>
public class CommentUpdatedEvent$
extends scala.runtime.AbstractFunction3<Task,Comment,Comment,CommentUpdatedEvent>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommentUpdatedEvent$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CommentUpdatedEvent$
public CommentUpdatedEvent$()
-
-
Method Details
-
toString
- Specified by:
toString
in interfacescala.Function3<Task,
Comment, Comment, CommentUpdatedEvent> - Overrides:
toString
in classscala.runtime.AbstractFunction3<Task,
Comment, Comment, CommentUpdatedEvent>
-
apply
- Specified by:
apply
in interfacescala.Function3<Task,
Comment, Comment, CommentUpdatedEvent>
-
unapply
-