Uses of Class
no.digipost.time.TimeSpan
-
Packages that use TimeSpan Package Description no.digipost.time -
-
Uses of TimeSpan in no.digipost.time
Fields in no.digipost.time declared as TimeSpan Modifier and Type Field Description static TimeSpanTimeSpan. EMPTY_FAR_PASTMethods in no.digipost.time that return TimeSpan Modifier and Type Method Description TimeSpanTimeSpan.Started. lasting(Duration duration)TimeSpanTimeSpan.Started. until(Instant endExclusively)Methods in no.digipost.time that return types with arguments of type TimeSpan Modifier and Type Method Description Stream<TimeSpan>TimeSpan. collapse(TimeSpan other)Collapse to one or two spans.Optional<TimeSpan>TimeSpan. intersection(TimeSpan other)Give the intersection (the overlapping part) of this and the givenTimeSpan, orOptional.empty()if they do not overlap.Methods in no.digipost.time with parameters of type TimeSpan Modifier and Type Method Description Stream<TimeSpan>TimeSpan. collapse(TimeSpan other)Collapse to one or two spans.intTimeSpan. compareTo(TimeSpan other)booleanTimeSpan. covers(TimeSpan other)Check if the given TimeSpan is completly covered by this.Optional<TimeSpan>TimeSpan. intersection(TimeSpan other)Give the intersection (the overlapping part) of this and the givenTimeSpan, orOptional.empty()if they do not overlap.
-