Uses of Class
dev.vality.damsel.domain.HoldLifetimeDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of HoldLifetimeDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return HoldLifetimeDecision Modifier and Type Method Description HoldLifetimeDecisionHoldLifetimeDecision. deepCopy()HoldLifetimeDecisionHoldLifetimeDecision. setIf(Predicate if_)HoldLifetimeDecisionHoldLifetimeDecision. setThen(HoldLifetimeSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type HoldLifetimeDecision Modifier and Type Method Description List<HoldLifetimeDecision>HoldLifetimeSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type HoldLifetimeDecision Modifier and Type Method Description intHoldLifetimeDecision. compareTo(HoldLifetimeDecision other)booleanHoldLifetimeDecision. equals(HoldLifetimeDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type HoldLifetimeDecision Modifier and Type Method Description static HoldLifetimeSelectorHoldLifetimeSelector. decisions(List<HoldLifetimeDecision> value)voidHoldLifetimeSelector. setDecisions(List<HoldLifetimeDecision> value)Constructors in dev.vality.damsel.domain with parameters of type HoldLifetimeDecision Constructor Description HoldLifetimeDecision(HoldLifetimeDecision other)Performs a deep copy on other.