(U... units)
| 823 | * @see AbstractMetric |
| 824 | */ |
| 825 | @SafeVarargs |
| 826 | public static <U extends IsoUnit> TimeMetric<U, Duration<U>> in(U... units) { |
| 827 | |
| 828 | return new Metric<>(units); |
| 829 | |
| 830 | } |
| 831 | |
| 832 | /** |
| 833 | * <p>Constructs a metric for any kind of standard units in normalized form. </p> |
no outgoing calls