public class Xor extends ValueFunction implements Serializable
| 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 © 2020 The Apache Software Foundation. All rights reserved.