Interface BooleanScore.ValueStage
- All Known Implementing Classes:
BooleanScore.Builder
- Enclosing class:
BooleanScore
public static interface BooleanScore.ValueStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(BooleanScore other) value(double value) The numeric value of the score.
-
Method Details
-
value
The numeric value of the score. Equals 1 for "True" and 0 for "False"
-
from
-