Uses of Class
dev.vality.damsel.domain.CategoryDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CategoryDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CategoryDecision Modifier and Type Method Description CategoryDecisionCategoryDecision. deepCopy()CategoryDecisionCategoryDecision. setIf(Predicate if_)CategoryDecisionCategoryDecision. setThen(CategorySelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type CategoryDecision Modifier and Type Method Description List<CategoryDecision>CategorySelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type CategoryDecision Modifier and Type Method Description intCategoryDecision. compareTo(CategoryDecision other)booleanCategoryDecision. equals(CategoryDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type CategoryDecision Modifier and Type Method Description static CategorySelectorCategorySelector. decisions(List<CategoryDecision> value)voidCategorySelector. setDecisions(List<CategoryDecision> value)Constructors in dev.vality.damsel.domain with parameters of type CategoryDecision Constructor Description CategoryDecision(CategoryDecision other)Performs a deep copy on other.