Conversion
26Coerce to BigDecimal
functionclojure.core
Coerce to BigInt
functionclojure.core
Coerce to BigInteger
functionclojure.core
Coerce to boolean
functionclojure.core
Coerce to byte
functionclojure.core
Returns the denominator part of a Ratio.
functionclojure.core
Coerce to double
functionclojure.core
Coerce to float
functionclojure.core
Coerce to int
functionclojure.core
Coerce to long
functionclojure.core
Coerce to Number
functionclojure.core
Returns the numerator part of a Ratio.
functionclojure.core
Parse a string containing an RFC3339-like like timestamp. The function new-instant is called with the following argumen...
functionclojure.instant
returns the rational value of num
functionclojure.core
To read an instant as a java.util.Calendar, bind *data-readers* to a map with this var as the value for the 'inst key. ...
functionclojure.instant
To read an instant as a java.util.Date, bind *data-readers* to a map with this var as the value for the 'inst key. The t...
functionclojure.instant
To read an instant as a java.sql.Timestamp, bind *data-readers* to a map with this var as the value for the 'inst key. T...
functionclojure.instant
Coerce to short
functionclojure.core
Coerce to byte. Subject to rounding or truncation.
functionclojure.core
Coerce to char. Subject to rounding or truncation.
functionclojure.core
Coerce to double. Subject to rounding.
functionclojure.core
Coerce to float. Subject to rounding.
functionclojure.core
Coerce to int. Subject to rounding or truncation.
functionclojure.core
Coerce to long. Subject to rounding or truncation.
functionclojure.core
Coerce to short. Subject to rounding or truncation.
functionclojure.core
Return a function which constructs an instant by calling constructor after first validating that those arguments are in ...
functionclojure.instant