Liking cljdoc? Tell your friends :D

com.oakmac.tourney-nerd.teams


create-n-teamsclj/s

(create-n-teams division-id num-teams)

returns a map of N Teams; used for Event Creation

returns a map of N Teams; used for Event Creation
sourceraw docstring

create-teamclj/s

(create-team opts)

Creates a single team

Creates a single team
sourceraw docstring

random-team-idclj/s

(random-team-id)
source

reset-teamclj/s

(reset-team {:keys [seed] :as team})

Resets the values of a Team for a new Event.

Resets the values of a Team for a new Event.
sourceraw docstring

team-id-regexclj/s

source

team-schemaclj/s

source

team?clj/s

(team? t)

Is t a Team?

Is t a Team?
sourceraw docstring

teams->sorted-by-seedclj/s

(teams->sorted-by-seed teams)

Convert teams into a list ordered by their seed.

Convert teams into a list ordered by their seed.
sourceraw docstring

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

× close