Interface SCMSourceRequest.ProbeLambda<H extends SCMHead,I>

Type Parameters:
H - the type of SCMHead
I - the type of side-value used to create the probe (typically a SCMRevision but if that is costly to instantiate it may be the return value from a SCMSourceRequest.IntermediateLambda.
Enclosing class:
SCMSourceRequest

public static interface SCMSourceRequest.ProbeLambda<H extends SCMHead,I>
A lambda that will create a SCMSourceCriteria.Probe (ideally a SCMProbe but for legacy code migration we use SCMSourceCriteria.Probe) for a specified SCMHead and either a SCMRevision or some other type created by a SCMSourceRequest.IntermediateLambda.
See Also: