U - generic type of time unit compatible to ChronoUnitpublic interface Normalizer<U>
Normalizes a time span.
| Modifier and Type | Method and Description |
|---|---|
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<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–2015. All rights reserved.