public interface SoyJavaRuntimeFunction extends SoyFunction
compute()
method of this interface should be the same as the computeForTofu() method of interface
SoyTofuFunction. The difference is that functions implementing this interface may
be useful to the Soy compiler during optimization passes.
Important: This may only be used in implementing function plugins.
| Modifier and Type | Method and Description |
|---|---|
SoyData |
compute(List<SoyData> args)
Computes this function on the given arguments.
|
getName, getValidArgsSizes