Package nz.org.riskscape.wizard.bld.dsl
Interface PipelineChanger
- All Superinterfaces:
Function<PipelineChangeInput,
IncompletePipelineChange>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface PipelineChanger
extends Function<PipelineChangeInput,IncompletePipelineChange>
A PipelineChanger
is the part of a BuildPoint
that returns an IncompletePipelineChange
.
-
Method Summary
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<PipelineChangeInput,
IncompletePipelineChange>
-