Interface IntermediateCalculatorTo<F,S>
-
- Type Parameters:
R-F-S-T-
- All Known Implementing Classes:
CalculatorBuilder
public interface IntermediateCalculatorTo<F,S>A half-finishedBinaryCalculatorthat expects to be provided with the second probe ("to"-probe) in this construction step.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryCalculator<F,S>to(S second, String property, Object... measurementContexts)
-