de.thksystems.util.function.CheckedSupplier Maven / Gradle / Ivy
package de.thksystems.util.function;
@FunctionalInterface
public interface CheckedSupplier {
S get() throws X;
}
package de.thksystems.util.function;
@FunctionalInterface
public interface CheckedSupplier {
S get() throws X;
}