File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212 [java-time.core
1313 zero? negative? negate abs max min
14- before? not-before ? after? not-after ?
14+ before? not-after ? after? not-before ?
1515 supports? chronology fields units properties property
1616 as value range min-value max-value largest-min-value smallest-max-value
1717 with-value with-min-value with-max-value with-largest-min-value with-smallest-max-value
Original file line number Diff line number Diff line change 170170 (before? y (first more)))
171171 false )))
172172
173- (def not-before ?
173+ (def not-after ?
174174 " "
175- (complement before ?))
175+ (complement after ?))
176176
177177(defn after?
178178 " Returns a truthy value if time entities are ordered from the latest to the
193193 (after? y (first more)))
194194 false )))
195195
196- (def not-after ?
196+ (def not-before ?
197197 " "
198- (complement after ?))
198+ (complement before ?))
199199
200200(defn plus
201201 " Adds all of the `os` to the time entity `o`. `plus` is not commutative, the
You can’t perform that action at this time.
0 commit comments