Liking cljdoc? Tell your friends :D

java-time.temporal


*field-property-factory*clj

source

*unit-property-factory*clj

source

default-field-property-factoryclj

source

default-unit-property-factoryclj

source

field-propertycljmacro

(field-property java-type has-range?)
source

instantclj

(instant)
(instant arg_1_2872)
(instant arg_1_2873 arg_2_2874)

Creates an Instant. The following arguments are supported:

  • no arguments - current instant
  • one argument
    • clock
    • java.util.Date/Calendar
    • another temporal entity
    • string representation
    • millis from epoch
  • two arguments
    • formatter (format) and a string
Creates an `Instant`. The following arguments are supported:

* no arguments - current instant
* one argument
  + clock
  + java.util.Date/Calendar
  + another temporal entity
  + string representation
  + millis from epoch
* two arguments
  + formatter (format) and a string
sourceraw docstring

instant?clj

(instant? v__2346__auto__)

True if an instance of Instant.

True if an instance of Instant.
sourceraw docstring

PropertyFactorycljprotocol

mk-propertyclj

(mk-property factory entity prop-key prop-obj)
source

t-minusclj

(t-minus acc o)
source

t-plusclj

(t-plus acc o)
source

value-propertycljmacro

(value-property java-type
                range-field
                &
                {:keys [with-value-fn-sym get-value-fn-sym]
                 :or {with-value-fn-sym (quote of)
                      get-value-fn-sym (quote getValue)}})
source

value-rangeclj

(value-range {:keys [min-smallest min-largest max-smallest max-largest]})
(value-range min max)

Creates a ValueRange given the min and max amounts or a map of :min-smallest, :max-smallest, :min-largest and :max-largest.

Creates a `ValueRange` given the `min` and `max` amounts or a map of
`:min-smallest`, `:max-smallest`, `:min-largest` and `:max-largest`.
sourceraw docstring

writable-range-property-fnsclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close