U - generic type of time unit compatible to ChronoUnitpublic interface Normalizer<U>
Normalizes a time span.
TimeSpan<U> normalize(TimeSpan<? extends U> timespan)
Normalizes given time span such that the amounts of associated time units are converted in a specific way.
timespan - time span to be normalizedDuration.with(Normalizer)Copyright © 2014. All rights reserved.