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

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

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

@FunctionalInterface
public interface IntStringStringFunction {
	
	String apply(int index, String str);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy