Class ComposedTask<A,B,C>
java.lang.Object
ch.tocco.nice2.persist.core.api.exec.ComposedTask<A,B,C>
- All Implemented Interfaces:
PersistTask<A,C>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors
-
Constructor Details
-
ComposedTask
-
-
Method Details
-
run
- Specified by:
runin interfacePersistTask<A,B> - Throws:
Exception
-
unwrap
Description copied from interface:PersistTaskIf this task is composed of inner tasks, you must give access to the inner tasks by overriding this method.- Specified by:
unwrapin interfacePersistTask<A,B> - Returns:
- all inner tasks.
-
equals
-
hashCode
public int hashCode() -
toString
-