Interface MultiCoverage.RawValueSetter
- Enclosing class:
- MultiCoverage
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for an object that can set raw values with the result of evaluating a coverage.
-
Method Summary
-
Method Details
-
set
Set the value (or parts of it) into rawValues in the appropriate positions for
MultiCoverage.type
.- Parameters:
value
- to set into the appropriate parts of rawValuestuple
- store the results into this
-