Class NotFunction

  • All Implemented Interfaces:
    FEELFunction

    public class NotFunction
    extends BaseFEELFunction
    The not() function is a special case because it doubles both as a function and as a unary test.
    • Constructor Detail

      • NotFunction

        public NotFunction()
    • Method Detail

      • invoke

        public FEELFnResult<java.lang.Boolean> invoke​(java.lang.Object negand)