Uses of Class
dev.vality.damsel.domain.TimeSpanDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of TimeSpanDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return TimeSpanDecision Modifier and Type Method Description TimeSpanDecisionTimeSpanDecision. deepCopy()TimeSpanDecisionTimeSpanDecision. setIf(Predicate if_)TimeSpanDecisionTimeSpanDecision. setThen(TimeSpanSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type TimeSpanDecision Modifier and Type Method Description List<TimeSpanDecision>TimeSpanSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type TimeSpanDecision Modifier and Type Method Description intTimeSpanDecision. compareTo(TimeSpanDecision other)booleanTimeSpanDecision. equals(TimeSpanDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type TimeSpanDecision Modifier and Type Method Description static TimeSpanSelectorTimeSpanSelector. decisions(List<TimeSpanDecision> value)voidTimeSpanSelector. setDecisions(List<TimeSpanDecision> value)Constructors in dev.vality.damsel.domain with parameters of type TimeSpanDecision Constructor Description TimeSpanDecision(TimeSpanDecision other)Performs a deep copy on other.