com.celadari.jsonlogicscala.evaluate.defaults
Returns double value from Option.
Returns double value from Option. Returns value itself if value is a Double. Returns 0 if provided None input value.
double.
throws an com.celadari.jsonlogicscala.exceptions.IllegalInputException if input is neither an Option[Double] nor a Double type.
(Since version ) see corresponding Javadoc for more information.