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

com.belteshazzar.jquery.functions.IntElementObjectFunction Maven / Gradle / Ivy

The newest version!
package com.belteshazzar.jquery.functions;

import org.w3c.dom.Element;

public interface IntElementObjectFunction {

	Object apply(int i, Element el);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy