Interface TemplateNumber


  • public interface TemplateNumber
    Any object in the context which implements TemplateNumber will be treated as a number for the purposes of arithmetic operations and comparison.
    Since:
    1.5
    Author:
    Will Glass-Husain
    • Method Detail

      • getAsNumber

        Number getAsNumber()
        Returns a Number that can be used in a template.
        Returns:
        A Number that can be used in a template.