![JAR search and dependency download from the Maven repository](/logo.png)
com.g2forge.gearbox.functional.control.IExplicitResultHandler Maven / Gradle / Ivy
The newest version!
package com.g2forge.gearbox.functional.control;
import com.g2forge.alexandria.java.function.IFunction2;
import com.g2forge.gearbox.functional.runner.IProcess;
import com.g2forge.gearbox.functional.runner.redirect.Redirects;
public interface IExplicitResultHandler extends IFunction2 {
public Object apply(IProcess process, IResultContext context);
public default Redirects getRedirects() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy