Class TaskMovedEvent$
- All Implemented Interfaces:
Serializable
,scala.Function6<Task,
Object, Object, String, String, String, TaskMovedEvent>
public class TaskMovedEvent$
extends scala.runtime.AbstractFunction6<Task,Object,Object,String,String,String,TaskMovedEvent>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TaskMovedEvent$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction6
curried, tupled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function6
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TaskMovedEvent$
public TaskMovedEvent$()
-
-
Method Details
-
toString
-
apply
public TaskMovedEvent apply(Task movedTask, int originIndex, int targetIndex, String originalTaskId, String originContainerId, String targetContainerId) -
unapply
-