Skip to main content

Conversion

26
  • bigdec

    Coerce to BigDecimal

  • bigint

    Coerce to BigInt

  • biginteger

    Coerce to BigInteger

  • boolean

    Coerce to boolean

  • byte

    Coerce to byte

  • denominator

    Returns the denominator part of a Ratio.

  • double

    Coerce to double

  • float

    Coerce to float

  • int

    Coerce to int

  • long

    Coerce to long

  • num

    Coerce to Number

  • numerator

    Returns the numerator part of a Ratio.

  • parse-timestamp

    Parse a string containing an RFC3339-like like timestamp. The function new-instant is called with the following argumen...

  • rationalize

    returns the rational value of num

  • read-instant-calendar

    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. ...

  • read-instant-date

    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...

  • read-instant-timestamp

    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...

  • short

    Coerce to short

  • unchecked-byte

    Coerce to byte. Subject to rounding or truncation.

  • unchecked-char

    Coerce to char. Subject to rounding or truncation.

  • unchecked-double

    Coerce to double. Subject to rounding.

  • unchecked-float

    Coerce to float. Subject to rounding.

  • unchecked-int

    Coerce to int. Subject to rounding or truncation.

  • unchecked-long

    Coerce to long. Subject to rounding or truncation.

  • unchecked-short

    Coerce to short. Subject to rounding or truncation.

  • validated

    Return a function which constructs an instant by calling constructor after first validating that those arguments are in ...