Uses of Class
dev.vality.damsel.domain.CashValueSelector
Packages that use CashValueSelector
-
Uses of CashValueSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CashValueSelectorModifier and TypeFieldDescriptionRecurrentPaytoolsProvisionTerms.cash_valueCashValueDecision.then_Methods in dev.vality.damsel.domain that return CashValueSelectorModifier and TypeMethodDescriptionstatic CashValueSelectorCashValueSelector.decisions(List<CashValueDecision> value) CashValueSelector.deepCopy()RecurrentPaytoolsProvisionTerms.getCashValue()CashValueDecision.getThen()static CashValueSelectorMethods in dev.vality.damsel.domain with parameters of type CashValueSelectorModifier and TypeMethodDescriptionintCashValueSelector.compareTo(CashValueSelector other) booleanCashValueSelector.equals(CashValueSelector other) RecurrentPaytoolsProvisionTerms.setCashValue(CashValueSelector cash_value) CashValueDecision.setThen(CashValueSelector then_) Constructors in dev.vality.damsel.domain with parameters of type CashValueSelectorModifierConstructorDescriptionCashValueDecision(Predicate if_, CashValueSelector then_) RecurrentPaytoolsProvisionTerms(CashValueSelector cash_value, CategorySelector categories, PaymentMethodSelector payment_methods)