Interface ModeHandler
public interface ModeHandler
-
Method Summary
Modifier and TypeMethodDescription<A,
T, E extends Exception>
Tuple2<PersistTask<A, T>, Mode<E>> applyMode
(PersistTask<A, T> task, Mode<E> mode) Creates a new task by applying allModeWrapper
contributions to the given task.
-
Method Details
-
applyMode
<A,T, Tuple2<PersistTask<A,E extends Exception> T>, applyModeMode<E>> (PersistTask<A, T> task, Mode<E> mode) Creates a new task by applying allModeWrapper
contributions to the given task.
-