MCPcopy Create free account
hub / github.com/CorfuDB/CorfuDB / ExceptionFunction

Interface ExceptionFunction

test/src/test/java/org/corfudb/AbstractCorfuTest.java:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 @FunctionalInterface
367 public interface ExceptionFunction<T> {
368 T run() throws Exception;
369 }
370
371 @FunctionalInterface
372 public interface VoidExceptionFunction {

Callers 7

TestThreadMethod · 0.65
runThreadMethod · 0.65
AssertableObjectMethod · 0.65
tMethod · 0.65

Implementers 3

logReaderlogReader/src/main/java/org/corfudb/lo
TestThreadtest/src/test/java/org/corfudb/Abstrac
StreamGobblertest/src/test/java/org/corfudb/integra

Calls

no outgoing calls

Tested by

no test coverage detected