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