MCPcopy Create free account
hub / github.com/MenoData/Time4J / in

Method in

base/src/main/java/net/time4j/Duration.java:825–830  ·  view source on GitHub ↗
(U... units)

Source from the content-addressed store, hash-verified

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>

Calls

no outgoing calls