Class OptionalTask<A,B>

java.lang.Object
ch.tocco.nice2.persist.core.api.exec.tasks.PersistTaskBase<A,B>
ch.tocco.nice2.persist.core.api.exec.tasks.OptionalTask<A,B>
All Implemented Interfaces:
PersistTask<A,B>

@Deprecated public abstract class OptionalTask<A,B> extends PersistTaskBase<A,B>
Deprecated.
use same named class in exec package
A task encapsulating the null-Check allowing for better chaining of tasks. The first task in a chain that returns null causes all others to skip execution.