Uses of Class
dev.vality.damsel.domain.CurrencyDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CurrencyDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CurrencyDecision Modifier and Type Method Description CurrencyDecisionCurrencyDecision. deepCopy()CurrencyDecisionCurrencyDecision. setIf(Predicate if_)CurrencyDecisionCurrencyDecision. setThen(CurrencySelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type CurrencyDecision Modifier and Type Method Description List<CurrencyDecision>CurrencySelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type CurrencyDecision Modifier and Type Method Description intCurrencyDecision. compareTo(CurrencyDecision other)booleanCurrencyDecision. equals(CurrencyDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type CurrencyDecision Modifier and Type Method Description static CurrencySelectorCurrencySelector. decisions(List<CurrencyDecision> value)voidCurrencySelector. setDecisions(List<CurrencyDecision> value)Constructors in dev.vality.damsel.domain with parameters of type CurrencyDecision Constructor Description CurrencyDecision(CurrencyDecision other)Performs a deep copy on other.