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

jsonvalues.future.JsFuture Maven / Gradle / Ivy

package jsonvalues.future;

import jsonvalues.JsValue;

import java.util.concurrent.CompletableFuture;
import java.util.function.Supplier;

/**
 Represents a supplier of a completable future which result is a JsValue

 @param  the type returned by the completable future */
@FunctionalInterface
public interface JsFuture extends Supplier> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy