public abstract class SoyAbstractTofuFunction extends Object implements SoyJavaRuntimeFunction, SoyTofuFunction
| Constructor and Description |
|---|
SoyAbstractTofuFunction() |
| Modifier and Type | Method and Description |
|---|---|
SoyData |
computeForTofu(List<SoyData> args)
Computes this function on the given arguments for the Tofu backend.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputegetName, getValidArgsSizespublic SoyData computeForTofu(List<SoyData> args)
SoyTofuFunctioncomputeForTofu in interface SoyTofuFunctionargs - The function arguments.