Liking cljdoc? Tell your friends :D

tick.alpha.api


+clj/s

(+)
(+ arg)
(+ arg & args)
source

-clj/s

(-)
(- arg)
(- arg & args)
source

<clj/s

(< x)
(< x y)
(< x y & more)
source

<<clj/s

(<< t amt)
source

<=clj/s

(<= x)
(<= x y)
(<= x y & more)
source

>clj/s

(> x)
(> x y)
(> x y & more)
source

>=clj/s

(>= x)
(>= x y)
(>= x y & more)
source

>>clj/s

(>> t amt)
source

agoclj/s

source

amclj/s

(am date)
source

APRILclj/s

source

atclj/s

(at d t)
source

atomclj/s

source

AUGUSTclj/s

source

beginningclj/s

(beginning v)
source

betweenclj/s

(between v1 v2)
source

boundsclj/s

Return an interval which forms the bounding-box of the given arguments.

Return an interval which forms the bounding-box of the given arguments.
sourceraw docstring

clockclj/s

(clock)
(clock i)
source

clock?clj/s

(clock? v)

Return whether the provided value v is a clock

Return whether the provided value `v` is a clock
sourceraw docstring

coincident?clj/s

source

compare-and-set!clj/s

source

complementclj/s

source

concurclj/s

(concur)
(concur x)
(concur x & args)
source

concurrenciesclj/s

(concurrencies & intervals)
source

conjclj/s

source

dateclj/s

(date)
(date v)
source

date-timeclj/s

(date-time)
(date-time v)
source

date-time?clj/s

(date-time? v)

Return whether the provided value v is a date time

Return whether the provided value `v` is a date time
sourceraw docstring

date?clj/s

(date? v)

Return whether the provided value v is a date

Return whether the provided value `v` is a date
sourceraw docstring

day-of-monthclj/s

(day-of-month)
(day-of-month v)
source

day-of-weekclj/s

(day-of-week)
(day-of-week v)
source

day-of-week?clj/s

(day-of-week? v)

Return whether the provided value v is a day of the week

Return whether the provided value `v` is a day of the week
sourceraw docstring

daysclj/s

(days v)
source

decclj/s

(dec t)
source

DECEMBERclj/s

source

differenceclj/s

source

divideclj/s

(divide t divisor)
source

divide-byclj/s

(divide-by divisor t)
source

durationclj/s

(duration v)
source

duration?clj/s

(duration? v)

Return whether the provided value v is a duration

Return whether the provided value `v` is a duration
sourceraw docstring

endclj/s

(end v)
source

epochclj/s

source

extendclj/s

(extend ival & durations)
source

FEBRUARYclj/s

source

fieldsclj/s

source

formatclj/s

(format o)
(format fmt o)
source

formatterclj/s

(formatter fmt)
(formatter fmt locale)

Constructs a DateTimeFormatter out of either a

  • format string - "YYYY/mm/DD" "YYY HH:MM" etc. or
  • formatter name - :iso-instant :iso-date etc
Constructs a DateTimeFormatter out of either a

* format string - "YYYY/mm/DD" "YYY HH:MM" etc.
or
* formatter name - :iso-instant :iso-date etc
sourceraw docstring

FRIDAYclj/s

source

group-byclj/s

source

henceclj/s

source

hourclj/s

(hour t)
source

hoursclj/s

(hours v)
source

inclj/s

(in ldt z)
source

incclj/s

(inc t)
source

instclj/s

(inst)
(inst v)
source

instantclj/s

(instant)
(instant v)
source

instant?clj/s

(instant? v)

Return whether the provided value v is an instant

Return whether the provided value `v` is an instant
sourceraw docstring

intclj/s

(int arg)
source

intersectionclj/s

source

intersects?clj/s

source

interval?clj/s

(interval? v)

Return whether the provided value v is an interval

Return whether the provided value `v` is an interval
sourceraw docstring

JANUARYclj/s

source

JULYclj/s

source

JUNEclj/s

source

longclj/s

(long arg)
source

MARCHclj/s

source

maxclj/s

source

max-of-typeclj/s

source

MAYclj/s

source

microsclj/s

(micros v)
source

microsecondclj/s

(microsecond t)
source

midnightclj/s

source

midnight?clj/s

source

millisclj/s

(millis v)
source

millisecondclj/s

(millisecond t)
source

minclj/s

source

min-of-typeclj/s

source

minuteclj/s

(minute t)
source

minutesclj/s

(minutes v)
source

MONDAYclj/s

source

monthclj/s

(month)
(month v)
source

month?clj/s

(month? v)

Return whether the provided value v is a month

Return whether the provided value `v` is a month
sourceraw docstring

monthsclj/s

(months v)
source

nanosclj/s

(nanos v)
source

nanosecondclj/s

(nanosecond t)
source

new-dateclj/s

source

new-durationclj/s

(new-duration n u)
source

new-intervalclj/s

(new-interval x y)
source

new-periodclj/s

(new-period n u)
source

new-timeclj/s

source

noonclj/s

source

normalizeclj/s

source

NOVEMBERclj/s

source

nowclj/s

(now)
source

OCTOBERclj/s

source

offset-byclj/s

(offset-by ldt offset)
source

offset-date-timeclj/s

(offset-date-time)
(offset-date-time v)
source

offset-date-time?clj/s

(offset-date-time? v)

Return whether the provided value v is an offset date time

Return whether the provided value `v` is an offset date time
sourceraw docstring

onclj/s

(on t d)
source

ordered-disjoint-intervals?clj/s

source

parseclj/s

Do not use this function if you know the expected format of the string that you want to parse. This is partly because for example t/instant, t/date etc will be much faster, but also because if the string you pass it is not in the format you expect, this function may still convert it into some entity that you weren't expecting.

If you have a string in a non-standard format, use a formatter and the parse fn of they entity you want.

For example:

(cljc.java-time.local-date/parse "20200202" (t/formatter "yyyyMMdd"))

Do not use this function if you know the expected format of the string
that you want to parse. This is partly because for example t/instant, t/date etc  will 
be much faster, but also because if the string you pass it is not in the format you 
expect, this function may still convert it into some entity that you weren't expecting.

If you have a string in a non-standard format, use a formatter and the parse fn of they entity you want. 

For example:

(cljc.java-time.local-date/parse "20200202" (t/formatter "yyyyMMdd"))
sourceraw docstring

period?clj/s

(period? v)

Return whether the provided value v is a period

Return whether the provided value `v` is a period
sourceraw docstring

pmclj/s

(pm date)
source

rangeclj/s

source

relationclj/s

(relation i1 i2)
source

reset!clj/s

source

reset-vals!clj/s

source

SATURDAYclj/s

source

scaleclj/s

(scale ival & durations)
source

secondclj/s

(second t)
source

secondsclj/s

(seconds v)
source

SEPTEMBERclj/s

source

SUNDAYclj/s

source

swap!clj/s

source

swap-vals!clj/s

source

THURSDAYclj/s

source

timeclj/s

(time)
(time v)
source

time?clj/s

(time? v)

Return whether the provided value v is a time

Return whether the provided value `v` is a time
sourceraw docstring

todayclj/s

(today)
source

tomorrowclj/s

(tomorrow)
source

truncateclj/s

source

TUESDAYclj/s

source

unionclj/s

source

unit-mapclj/s

source

uniteclj/s

source

unitsclj/s

source

UTCclj/s

source

WEDNESDAYclj/s

source

withclj/s

source

with-clockclj/smacro

(with-clock clock & body)
source

yearclj/s

(year)
(year v)
source

year-monthclj/s

(year-month)
(year-month v)
source

year-month?clj/s

(year-month? v)

Return whether the provided value v is a year month

Return whether the provided value `v` is a year month
sourceraw docstring

year?clj/s

(year? v)

Return whether the provided value v is a year

Return whether the provided value `v` is a year
sourceraw docstring

yearsclj/s

(years v)
source

yesterdayclj/s

(yesterday)
source

zoneclj/s

(zone)
(zone z)
source

zone-offsetclj/s

(zone-offset offset)
(zone-offset hours minutes)
(zone-offset hours minutes seconds)
source

zone-offset?clj/s

(zone-offset? v)

Return whether the provided value v is a zone offset

Return whether the provided value `v` is a zone offset
sourceraw docstring

zone?clj/s

(zone? v)

Return whether the provided value v is a zone time zone

Return whether the provided value `v` is a zone time zone
sourceraw docstring

zoned-date-timeclj/s

(zoned-date-time)
(zoned-date-time v)
source

zoned-date-time?clj/s

(zoned-date-time? v)

Return whether the provided value v is a zoned date time

Return whether the provided value `v` is a zoned date time
sourceraw docstring

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

× close