public interface SoyFunction
Important: Implementing this interface by itself does nothing. Your function implementation class needs to implement some of all of this interface's subinterfaces.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the Soy function.
|
Set<Integer> |
getValidArgsSizes()
Gets the set of valid args list sizes.
|
String getName()