Class GssFunctions.Concat

java.lang.Object
com.google.common.css.compiler.gssfunctions.GssFunctions.Concat
All Implemented Interfaces:
GssFunction
Enclosing class:
GssFunctions

public static class GssFunctions.Concat extends Object implements GssFunction
Implementation of the concat(…) GssFunction. It concatenates a variable number of strings. e.g. concat('a', 'b') yields 'ab'. Mainly useful for use with constants.
  • Constructor Details

    • Concat

      public Concat()
  • Method Details