getBigDecimalOrNull

fun getBigDecimalOrNull(k: String): BigDecimal?

Get a BigDecimal associated with requested key, or null if no such key exists.

Return

The BigDecimal associated with requested key, or null if no such key exists.

Parameters

k

The key.

Throws

If the value associated with the requested key is not a BigDecimal.