Liking cljdoc? Tell your friends :D

asami.internal

Common internal elements of storage

Common internal elements of storage
raw docstring

instantclj/s

(instant ms)

Creates an instant from a long millisecond value

Creates an instant from a long millisecond value
sourceraw docstring

nowclj/s

(now)

Creates an object to represent the current time

Creates an object to represent the current time
sourceraw docstring

project-argsclj/s

source

project-ins-argsclj/s

(project-ins-args graph)
source

shallow-cache-1clj/s

(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.
sourceraw docstring

TimeTypeclj/sprotocol

instant?clj/s

(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-timeclj/s

(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-timestampclj/s

(to-timestamp this)

Converts to a common time type. Useful for comparison

Converts to a common time type. Useful for comparison
source

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

× close