public interface SoyJavaFunction extends SoyFunction
@SoyPureFunction.
Important: This may only be used in implementing function plugins.
| Modifier and Type | Method and Description |
|---|---|
SoyValue |
computeForJava(List<SoyValue> args)
Computes this function on the given arguments.
|
getName, getValidArgsSizes