Package org.bsc.langgraph4j.utils
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
-
Field Summary
Fields inherited from interface org.bsc.langgraph4j.LG4JLoggable
log -
Method Summary
-
Method Details
-
tryGet
- Throws:
Ex
-
get
-
Try
-