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

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

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

import org.w3c.dom.Element;

@FunctionalInterface
public interface IntElementFunction {

	Element apply(int i);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy