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

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

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

import com.belteshazzar.jquery.Tween;

@FunctionalInterface
public interface IntTweenVoidFunction {

	void apply(int i, Tween t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy