A ::waters-wrapper
record set.
Record Set
A vector of valid ::water
records.
A ::water
record wrapped in a :water
map.
Record
A record representing the water in a beer recipe.
A value representing the amount of a particular ingredient. When measuring weight, this is in kilograms. When measuring volume, this is in liters.
Floating Point
:amount
12.5
A positive IEEE-754 floating point number representing the amount of bicarbonate (HCO3) in parts per million.
Floating Point
:bicarbonate
2.5
A positive IEEE-754 floating point number representing the amount of calcium (Ca) in parts per million.
Floating Point
:calcium
2.5
A positive IEEE-754 floating point number representing the amount of chloride (Cl-) in parts per million.
Floating Point
:chloride
2.5
A non-empty string denoting a display value for the amount of the ingredient in a recipe formatted for display in arbitrary units.
Text
:display-amount
"100 g"
A positive IEEE-754 floating point number representing the amount of magnesium (Mg) in parts per million.
Floating Point
:magnesium
2.5
A non-empty string representing the name of the ingredient.
Text
:name
"Citra"
A non-empty string representing any notes about the subject.
Text
:notes
"A wonderful, zesty aroma."
A positive IEEE-754 floating point number representing the PH of the water.
Floating Point
:ph
2.5
A positive IEEE-754 floating point number representing the amount of sodium (Na) in parts per million.
Floating Point
:sodium
2.5
A positive IEEE-754 floating point number representing the amount of sulfate (SO4) in parts per million.
Floating Point
:sulfate
2.5
An integer representing the version of the BeerXML standard implemented in a given record. Currently, only 1 exists.
Integer
:version
1
Can you improve this documentation? These fine people already did:
Nick Nichols & Nick A NicholsEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close