public class Or extends ValueFunction implements Serializable
| Modifier and Type | Method and Description | 
|---|---|
| boolean | execute(boolean in1,
       boolean in2) | 
| double | execute(double in1,
       double in2) | 
| static Or | getOrFnObject() | 
requiresCorrectionpublic static Or getOrFnObject()
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.