com.celadari.jsonlogicscala.evaluate
Defines interface of class/object that defines an unary operator. Unlike binary|multiple input operators, unary operators take only one input. Invoked method has to be "unaryOperator" and overloading this method doesn't work.
negate operator, getOrDefaultOperator
Returns value by this unary operator.
operated value by operator.
(Since version ) see corresponding Javadoc for more information.
Defines interface of class/object that defines an unary operator. Unlike binary|multiple input operators, unary operators take only one input. Invoked method has to be "unaryOperator" and overloading this method doesn't work.
negate operator, getOrDefaultOperator