public class Not extends ValueFunction
Modifier and Type | Method and Description |
---|---|
boolean |
execute(boolean in) |
double |
execute(double in) |
static Not |
getNotFnObject() |
requiresCorrection
public static Not getNotFnObject()
public boolean execute(boolean in)
execute
in class FunctionObject
public double execute(double in)
execute
in class FunctionObject
Copyright © 2020 The Apache Software Foundation. All rights reserved.