public static interface UnitRule.Source
Contains a rule for a time unit.
| Modifier and Type | Method and Description |
|---|---|
<T extends ChronoEntity<T>> |
derive(Chronology<T> chronology)
Derives an optional unit rule for given chronology.
|
<T extends ChronoEntity<T>> UnitRule<T> derive(Chronology<T> chronology)
Derives an optional unit rule for given chronology.
T - generic type of time contextchronology - chronology an unit rule is searched fornull if given chronology is
not supportedCopyright © 2014. All rights reserved.