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

com.bigcustard.util.FutureSupplier Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.bigcustard.util;

import com.google.common.util.concurrent.ListenableFuture;

import java.util.function.Supplier;

public interface FutureSupplier extends Supplier> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy