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 allModeWrappercontributions to the given task.
-
Method Details
-
applyMode
<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 allModeWrappercontributions to the given task.
-