public class Xor extends ValueFunction
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
execute(boolean in1,
       boolean in2)  | 
double | 
execute(double in1,
       double in2)  | 
static Xor | 
getXorFnObject()  | 
requiresCorrectionpublic static Xor getXorFnObject()
public boolean execute(boolean in1,
                       boolean in2)
execute in class FunctionObjectpublic double execute(double in1,
                      double in2)
execute in class FunctionObjectCopyright © 2021 The Apache Software Foundation. All rights reserved.