Interface TrySupplier<R,Ex extends Throwable>

All Superinterfaces:
LG4JLoggable, Supplier<R>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TrySupplier<R,Ex extends Throwable> extends Supplier<R>, LG4JLoggable