|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalFunction
A Java object of this type is produced by the CAL function: Prelude.makeCalFunction :: (JObject -> JObject) -> CalFunction;
CalFunction allows a Java client to initiate the evaluation of 'makeCalFunction f' for a particular argument value supplied by the Java client.
| Method Summary | |
|---|---|
Object |
evaluate(Object argument)
If this CalFunction object was produced by calling 'makeCalFunction f', then calling evaluate(argument) results in CAL evaluating the expression 'f argument' and then returning the result. |
| Method Detail |
|---|
Object evaluate(Object argument)
argument - the argument to supply to f
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||