Uses of Class
dev.vality.damsel.domain.LifetimeDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of LifetimeDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return LifetimeDecision Modifier and Type Method Description LifetimeDecisionLifetimeDecision. deepCopy()LifetimeDecisionLifetimeDecision. setIf(Predicate if_)LifetimeDecisionLifetimeDecision. setThen(LifetimeSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type LifetimeDecision Modifier and Type Method Description List<LifetimeDecision>LifetimeSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type LifetimeDecision Modifier and Type Method Description intLifetimeDecision. compareTo(LifetimeDecision other)booleanLifetimeDecision. equals(LifetimeDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type LifetimeDecision Modifier and Type Method Description static LifetimeSelectorLifetimeSelector. decisions(List<LifetimeDecision> value)voidLifetimeSelector. setDecisions(List<LifetimeDecision> value)Constructors in dev.vality.damsel.domain with parameters of type LifetimeDecision Constructor Description LifetimeDecision(LifetimeDecision other)Performs a deep copy on other.