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