Uses of Class
dev.vality.damsel.domain.CashFlowDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashFlowDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CashFlowDecision Modifier and Type Method Description CashFlowDecisionCashFlowDecision. deepCopy()CashFlowDecisionCashFlowDecision. setIf(Predicate if_)CashFlowDecisionCashFlowDecision. setThen(CashFlowSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type CashFlowDecision Modifier and Type Method Description List<CashFlowDecision>CashFlowSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type CashFlowDecision Modifier and Type Method Description intCashFlowDecision. compareTo(CashFlowDecision other)booleanCashFlowDecision. equals(CashFlowDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type CashFlowDecision Modifier and Type Method Description static CashFlowSelectorCashFlowSelector. decisions(List<CashFlowDecision> value)voidCashFlowSelector. setDecisions(List<CashFlowDecision> value)Constructors in dev.vality.damsel.domain with parameters of type CashFlowDecision Constructor Description CashFlowDecision(CashFlowDecision other)Performs a deep copy on other.