Uses of Class
dev.vality.damsel.domain.CashValueSelector
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashValueSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CashValueSelector Modifier and Type Field Description CashValueSelectorRecurrentPaytoolsProvisionTerms. cash_valueCashValueSelectorCashValueDecision. then_Methods in dev.vality.damsel.domain that return CashValueSelector Modifier and Type Method Description static CashValueSelectorCashValueSelector. decisions(List<CashValueDecision> value)CashValueSelectorCashValueSelector. deepCopy()CashValueSelectorRecurrentPaytoolsProvisionTerms. getCashValue()CashValueSelectorCashValueDecision. getThen()static CashValueSelectorCashValueSelector. value(Cash value)Methods in dev.vality.damsel.domain with parameters of type CashValueSelector Modifier and Type Method Description intCashValueSelector. compareTo(CashValueSelector other)booleanCashValueSelector. equals(CashValueSelector other)RecurrentPaytoolsProvisionTermsRecurrentPaytoolsProvisionTerms. setCashValue(CashValueSelector cash_value)CashValueDecisionCashValueDecision. setThen(CashValueSelector then_)Constructors in dev.vality.damsel.domain with parameters of type CashValueSelector Constructor Description CashValueDecision(Predicate if_, CashValueSelector then_)CashValueSelector(CashValueSelector other)RecurrentPaytoolsProvisionTerms(CashValueSelector cash_value, CategorySelector categories, PaymentMethodSelector payment_methods)