Common internal elements of storage
Common internal elements of storage
(instant ms)
Creates an instant from a long millisecond value
Creates an instant from a long millisecond value
(now)
Creates an object to represent the current time
Creates an object to represent the current time
(shallow-cache-1 size f)
Builds a cached version of an arity-1 function that contains only a small number of cached items. size: the number of results to cache. f: The arity-1 function to cache results for.
Builds a cached version of an arity-1 function that contains only a small number of cached items. size: the number of results to cache. f: The arity-1 function to cache results for.
(instant? this)
Indicates if this object is a time type that supports an instant
Indicates if this object is a time type that supports an instant
(long-time this)
Returns a long value as the number of milliseconds since the epoch
Returns a long value as the number of milliseconds since the epoch
(to-timestamp this)
Converts to a common time type. Useful for comparison
Converts to a common time type. Useful for comparison
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close