MCPcopy Create free account
hub / github.com/burningwave/core / get

Method get

src/main/java/org/burningwave/core/function/Executor.java:83–83  ·  view source on GitHub ↗
(ThrowingSupplier<T, ? extends E> supplier)

Source from the content-addressed store, hash-verified

81 }
82
83 static <T, E extends Throwable> T get(ThrowingSupplier<T, ? extends E> supplier) {
84 try {
85 return supplier.get();
86 } catch (Throwable exc) {

Callers 15

newInstanceMethod · 0.95
newInstanceMethod · 0.95
getMethod · 0.95
executeMethod · 0.95

Calls

no outgoing calls