com.hubspot.singularity.executor.handlebars.IfPresentHelper Maven / Gradle / Ivy
package com.hubspot.singularity.executor.handlebars;
import java.io.IOException;
import java.util.Optional;
import com.github.jknack.handlebars.Helper;
import com.github.jknack.handlebars.Options;
public class IfPresentHelper implements Helper