Class PipelineDeclaration.Found

java.lang.Object
nz.org.riskscape.pipeline.ast.PipelineDeclaration.Found
Enclosing class:
PipelineDeclaration

public static class PipelineDeclaration.Found extends Object

Simple value holder for the results of finding a step via the PipelineDeclaration.find(BiPredicate) method. Was originally a Pair, but the type signature was pretty hideous and this makes reading the use of a find a bit easier to comprehend.