Uses of Class
dev.vality.damsel.domain.LifetimeDecision
Packages that use LifetimeDecision
-
Uses of LifetimeDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return LifetimeDecisionModifier and TypeMethodDescriptionLifetimeDecision.deepCopy()LifetimeDecision.setThen(LifetimeSelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type LifetimeDecisionMethods in dev.vality.damsel.domain with parameters of type LifetimeDecisionModifier and TypeMethodDescriptionintLifetimeDecision.compareTo(LifetimeDecision other) booleanLifetimeDecision.equals(LifetimeDecision that) Method parameters in dev.vality.damsel.domain with type arguments of type LifetimeDecisionModifier and TypeMethodDescriptionstatic LifetimeSelectorLifetimeSelector.decisions(List<LifetimeDecision> value) voidLifetimeSelector.setDecisions(List<LifetimeDecision> value) Constructors in dev.vality.damsel.domain with parameters of type LifetimeDecisionModifierConstructorDescriptionLifetimeDecision(LifetimeDecision other) Performs a deep copy on other.