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

Method elementRule

base/src/main/java/net/time4j/YOWElement.java:147–151  ·  view source on GitHub ↗

Erzeugt eine Elementregel. @param either PlainDate or PlainTimestamp @param type helps to improve type inference @return new element rule

(Class<T> type)

Source from the content-addressed store, hash-verified

145 * @return new element rule
146 */
147 static <T extends ChronoEntity<T>> ElementRule<T, Integer> elementRule(Class<T> type) {
148
149 return new ERule<>();
150
151 }
152
153 // called by Weekcycle
154 @SuppressWarnings("unchecked")

Callers 1

PlainDateClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected