Liking cljdoc? Tell your friends :D

tick.deprecated.timeline


interleave-timelinesclj

(interleave-timelines & timelines)

Interleave a collection of timelines producing a single timeline ordered by time. See http://blog.malcolmsparks.com/?p=42 for further discussion.

Interleave a collection of timelines producing a single timeline ordered by time.
See http://blog.malcolmsparks.com/?p=42 for further discussion.
sourceraw docstring

periodic-seqclj

(periodic-seq start period)

Given a start time, create a timeline with times at constant intervals of period length

Given a start time, create a timeline with times at constant intervals of period length
sourceraw docstring

sequencerclj

(sequencer)
(sequencer start)

A transducer that adds a :tick/seq to a timeline.

A transducer that adds a :tick/seq to a timeline.
sourceraw docstring

timelineclj

(timeline coll)
(timeline xf coll)

Create a timeline from a sequence of dates (java.time.ZonedDateTime)

Create a timeline from a sequence of dates (java.time.ZonedDateTime)
sourceraw docstring

timeline-xfclj

(timeline-xf rf)

A transducer that transforms a sequence of :tick/date into a timeline of Clojure maps. Each map contains :tick/date.

A transducer that transforms a sequence of :tick/date into a
timeline of Clojure maps. Each map contains :tick/date.
sourceraw docstring

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

× close