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