Package org.guvnor.ala.pipeline
Interface BiFunctionConfigExecutor<T,U,R>
-
- All Superinterfaces:
BiFunction<T,U,Optional<R>>,ConfigExecutor
public interface BiFunctionConfigExecutor<T,U,R> extends ConfigExecutor, BiFunction<T,U,Optional<R>>
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
Methods inherited from interface org.guvnor.ala.pipeline.ConfigExecutor
executeFor, inputId, outputId
-
-