Class RemoveLineBreakLambda

  • All Implemented Interfaces:
    com.github.jknack.handlebars.Lambda

    public class RemoveLineBreakLambda
    extends Object
    implements com.github.jknack.handlebars.Lambda
    Author:
    Franz See
    • Constructor Detail

      • RemoveLineBreakLambda

        public RemoveLineBreakLambda()
    • Method Detail

      • apply

        public Object apply​(Object o,
                            com.github.jknack.handlebars.Template template)
                     throws IOException
        Specified by:
        apply in interface com.github.jknack.handlebars.Lambda
        Throws:
        IOException