Uses of Class
dev.vality.damsel.domain.CurrencyDecision
Packages that use CurrencyDecision
-
Uses of CurrencyDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CurrencyDecisionModifier and TypeMethodDescriptionCurrencyDecision.deepCopy()CurrencyDecision.setThen(CurrencySelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type CurrencyDecisionMethods in dev.vality.damsel.domain with parameters of type CurrencyDecisionModifier and TypeMethodDescriptionintCurrencyDecision.compareTo(CurrencyDecision other) booleanCurrencyDecision.equals(CurrencyDecision that) Method parameters in dev.vality.damsel.domain with type arguments of type CurrencyDecisionModifier and TypeMethodDescriptionstatic CurrencySelectorCurrencySelector.decisions(List<CurrencyDecision> value) voidCurrencySelector.setDecisions(List<CurrencyDecision> value) Constructors in dev.vality.damsel.domain with parameters of type CurrencyDecisionModifierConstructorDescriptionCurrencyDecision(CurrencyDecision other) Performs a deep copy on other.