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