Depending on the boolean value of the ifSource function, returns the value of the trueSource or falseSource function.
Inheritance: BoolFunction
示例#1
0
 public FunctionValuesAnonymousInnerClassHelper(IfFunction outerInstance, FunctionValues ifVals, FunctionValues trueVals, FunctionValues falseVals)
 {
     this.outerInstance = outerInstance;
     this.ifVals        = ifVals;
     this.trueVals      = trueVals;
     this.falseVals     = falseVals;
 }
示例#2
0
 public FunctionValuesAnonymousInnerClassHelper(IfFunction outerInstance, FunctionValues ifVals, FunctionValues trueVals, FunctionValues falseVals)
 {
     this.outerInstance = outerInstance;
     this.ifVals = ifVals;
     this.trueVals = trueVals;
     this.falseVals = falseVals;
 }