Bankster library, transparent wrappers for money operations.
Bankster library, transparent wrappers for money operations.
(*)(* a)(* a b)(* a b & more)Calls io.randomseed.bankster.money/mul when any argument is a kind of Money,
otherwise delegates to clojure.core/*.
Calls `io.randomseed.bankster.money/mul` when any argument is a kind of Money, otherwise delegates to `clojure.core/*`.
(+)(+ a)(+ a b)(+ a b & more)Calls io.randomseed.bankster.money/add when any argument is a kind of Money,
otherwise delegates to clojure.core/+.
Calls `io.randomseed.bankster.money/add` when any argument is a kind of Money, otherwise delegates to `clojure.core/+`.
(- a)(- a b)(- a b & more)Calls io.randomseed.bankster.money/sub when any argument is a kind of Money,
otherwise delegates to clojure.core/-.
Calls `io.randomseed.bankster.money/sub` when any argument is a kind of Money, otherwise delegates to `clojure.core/-`.
(/ a)(/ a b)(/ a b & more)Calls io.randomseed.bankster.money/div when any argument is a kind of Money,
otherwise delegates to clojure.core//.
Calls `io.randomseed.bankster.money/div` when any argument is a kind of Money, otherwise delegates to `clojure.core//`.
(< _)(< a b)(< a b & more)Calls io.randomseed.bankster.money/lt? for Money argument, clojure.core/< for other
data types.
Calls `io.randomseed.bankster.money/lt?` for Money argument, `clojure.core/<` for other data types.
(<= _)(<= a b)(<= a b & more)Calls io.randomseed.bankster.money/le? for Money argument, clojure.core/<= for other
data types.
Calls `io.randomseed.bankster.money/le?` for Money argument, `clojure.core/<=` for other data types.
(= _)(= a b)(= a b & more)Calls io.randomseed.bankster.money/eq? for Money argument, clojure.core/= for other
data types.
Calls `io.randomseed.bankster.money/eq?` for Money argument, `clojure.core/=` for other data types.
(> _)(> a b)(> a b & more)Calls io.randomseed.bankster.money/gt? for Money argument, clojure.core/> for other
data types.
Calls `io.randomseed.bankster.money/gt?` for Money argument, `clojure.core/>` for other data types.
(>= _)(>= a b)(>= a b & more)Calls io.randomseed.bankster.money/ge? for Money argument, clojure.core/>= for other
data types.
Calls `io.randomseed.bankster.money/ge?` for Money argument, `clojure.core/>=` for other data types.
(compare a b)Calls io.randomseed.bankster.money/compare for Money argument, clojure.core/compare
for other data types.
Calls `io.randomseed.bankster.money/compare` for Money argument, `clojure.core/compare` for other data types.
(double x)Calls io.randomseed.bankster.money/->double for Money argument, falls back to
clojure.core/double for other data types.
Calls `io.randomseed.bankster.money/->double` for Money argument, falls back to `clojure.core/double` for other data types.
(float x)Calls io.randomseed.bankster.money/->float for Money argument, falls back to
clojure.core/float for other data types.
Calls `io.randomseed.bankster.money/->float` for Money argument, falls back to `clojure.core/float` for other data types.
(fractional a)(fractional a scale)(fractional a scale rounding-mode)Alias for io.randomseed.bankster.scale/fractional.
Alias for `io.randomseed.bankster.scale/fractional`.
(int x)Calls io.randomseed.bankster.money/major->int for Money argument, falls back to
clojure.core/int for other data types.
Calls `io.randomseed.bankster.money/major->int` for Money argument, falls back to `clojure.core/int` for other data types.
(integer a)(integer a scale)(integer a scale rounding-mode)Alias for io.randomseed.bankster.scale/integer.
Alias for `io.randomseed.bankster.scale/integer`.
(long x)Calls io.randomseed.bankster.money/major->long for Money argument, falls back to
clojure.core/long for other data types.
Calls `io.randomseed.bankster.money/major->long` for Money argument, falls back to `clojure.core/long` for other data types.
(major a)Alias for io.randomseed.bankster.money/major.
Alias for `io.randomseed.bankster.money/major`.
(minor a)Alias for io.randomseed.bankster.money/minor.
Alias for `io.randomseed.bankster.money/minor`.
(neg? a)Calls io.randomseed.bankster.money/is-neg? for Money argument, clojure.core/neg?
for other data types.
Calls `io.randomseed.bankster.money/is-neg?` for Money argument, `clojure.core/neg?` for other data types.
(not= _)(not= a b)(not= a b & more)Calls io.randomseed.bankster.money/ne? for Money argument, clojure.core/not= for
other data types.
Calls `io.randomseed.bankster.money/ne?` for Money argument, `clojure.core/not=` for other data types.
(pos? a)Calls io.randomseed.bankster.money/is-pos? for Money argument, clojure.core/pos?
for other data types.
Calls `io.randomseed.bankster.money/is-pos?` for Money argument, `clojure.core/pos?` for other data types.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |