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

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

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

import com.belteshazzar.jquery.Promise;

@FunctionalInterface
public interface PromiseVoidFunction {

	void apply(Promise promise);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy