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

com.coveo.nashorn_modules.RequireFunction Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.coveo.nashorn_modules;

import javax.script.Bindings;
import javax.script.ScriptException;

import jdk.nashorn.api.scripting.NashornException;

@FunctionalInterface
public interface RequireFunction {
  public Bindings require(String module) throws ScriptException, NashornException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy