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() |
requiresCorrection
public static Or getOrFnObject()
public boolean execute(boolean in1, boolean in2)
execute
in class FunctionObject
public double execute(double in1, double in2)
execute
in class FunctionObject
Copyright © 2020 The Apache Software Foundation. All rights reserved.