Uses of Class
dev.vality.damsel.domain.TimeSpanDecision
Packages that use TimeSpanDecision
-
Uses of TimeSpanDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return TimeSpanDecisionModifier and TypeMethodDescriptionTimeSpanDecision.deepCopy()TimeSpanDecision.setThen(TimeSpanSelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type TimeSpanDecisionMethods in dev.vality.damsel.domain with parameters of type TimeSpanDecisionModifier and TypeMethodDescriptionintTimeSpanDecision.compareTo(TimeSpanDecision other) booleanTimeSpanDecision.equals(TimeSpanDecision that) Method parameters in dev.vality.damsel.domain with type arguments of type TimeSpanDecisionModifier and TypeMethodDescriptionstatic TimeSpanSelectorTimeSpanSelector.decisions(List<TimeSpanDecision> value) voidTimeSpanSelector.setDecisions(List<TimeSpanDecision> value) Constructors in dev.vality.damsel.domain with parameters of type TimeSpanDecisionModifierConstructorDescriptionTimeSpanDecision(TimeSpanDecision other) Performs a deep copy on other.