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
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
run
in interfacePersistTask<A,
B> - Throws:
Exception
-
unwrap
Description copied from interface:PersistTask
If this task is composed of inner tasks, you must give access to the inner tasks by overriding this method.- Specified by:
unwrap
in interfacePersistTask<A,
B> - Returns:
- all inner tasks.
-
equals
-
hashCode
public int hashCode() -
toString
-