Uses of Class
dev.vality.damsel.domain.FeeDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of FeeDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return FeeDecision Modifier and Type Method Description FeeDecisionFeeDecision. deepCopy()FeeDecisionFeeDecision. setIf(Predicate if_)FeeDecisionFeeDecision. setThen(FeeSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type FeeDecision Modifier and Type Method Description List<FeeDecision>FeeSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type FeeDecision Modifier and Type Method Description intFeeDecision. compareTo(FeeDecision other)booleanFeeDecision. equals(FeeDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type FeeDecision Modifier and Type Method Description static FeeSelectorFeeSelector. decisions(List<FeeDecision> value)voidFeeSelector. setDecisions(List<FeeDecision> value)Constructors in dev.vality.damsel.domain with parameters of type FeeDecision Constructor Description FeeDecision(FeeDecision other)Performs a deep copy on other.