All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cmd.$if Maven / Gradle / Ivy

package cmd;

import static org.bitbucket.gkutiel.booly.Tokens.tokens;
import org.bitbucket.gkutiel.at.Cmd;
import org.bitbucket.gkutiel.at.Context;

public class $if extends Cmd {

	@Override public String eval(final Context ctx) {
		if (tokens(args).parse(id -> ctx.get(id).val())) return evalChildren(ctx);
		return "";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy