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

org.snapscript.core.function.Connection Maven / Gradle / Ivy

package org.snapscript.core.function;

import org.snapscript.core.scope.Scope;

public interface Connection extends Invocation {
   boolean match(Scope scope, Object object, Object... arguments) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy