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

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

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

import com.belteshazzar.jquery.JQuery;

@FunctionalInterface
public interface IntStringJQueryFunction {

	JQuery apply(int i, String s);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy