Uses of Class
dev.vality.damsel.domain.CashValueDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashValueDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashValueDecision Modifier and Type Method Description CashValueDecisionCashValueDecision. deepCopy()CashValueDecisionCashValueDecision. setIf(Predicate if_)CashValueDecisionCashValueDecision. setThen(CashValueSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type CashValueDecision Modifier and Type Method Description List<CashValueDecision>CashValueSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type CashValueDecision Modifier and Type Method Description intCashValueDecision. compareTo(CashValueDecision other)booleanCashValueDecision. equals(CashValueDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type CashValueDecision Modifier and Type Method Description static CashValueSelectorCashValueSelector. decisions(List<CashValueDecision> value)voidCashValueSelector. setDecisions(List<CashValueDecision> value)Constructors in dev.vality.damsel.domain with parameters of type CashValueDecision Constructor Description CashValueDecision(CashValueDecision other)Performs a deep copy on other.