Interface CssFunction<T>

Type Parameters:
T - the element type of the DOM
All Known Implementing Classes:
AbstractCssFunction, AbstractMathCssFunction, AbstractStringCssFunction, AttrCssFunction, CalcCssFunction, ConcatCssFunction, ReplaceCssFunction, RoundCssFunction, VarCssFunction

public interface CssFunction<T>
Interface for CSS macro functions. A CSS macro function processes CssTokens.