ru.fix.aggregating.profiler.ThrowableSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aggregating-profiler Show documentation
Show all versions of aggregating-profiler Show documentation
https://github.com/ru-fix/aggregating-profiler
package ru.fix.aggregating.profiler;
@FunctionalInterface
public interface ThrowableSupplier {
R get() throws T;
}