com.softinio.verdict4s.algebra.ChoiceAnswer
See theChoiceAnswer companion object
final case class ChoiceAnswer[A](choice: A, probabilities: SortedMap[OptionName, Probability], confidence: Confidence)
A Choice answer, already mapped into the caller's own option type.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article