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

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

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

import org.w3c.dom.Element;

@FunctionalInterface
public interface IntElementVoidFunction {
	
	void apply(int index, Element el);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy