com.github.leeonky.util.ThrowingSupplier Maven / Gradle / Ivy
The newest version!
package com.github.leeonky.util;
@FunctionalInterface
public interface ThrowingSupplier {
T get() throws Throwable;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy