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

mesosphere.client.common.ThrowingSupplier Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package mesosphere.client.common;

/**
 * Version of a {@link java.util.function.Supplier} which is capable of throwing a {@link Throwable}.
 */
@FunctionalInterface
public interface ThrowingSupplier {
    T get() throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy