Package | Description |
---|---|
org.helenus.util |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable> |
Inhibit.interruptionsAndReturn(E2Supplier<T,E,InterruptedException> cmd,
EFunction<InterruptedException,T,E> handle)
Invokes the specified operation while inhibiting Java interruptions and
propagating them after.
|
static <T,E extends Throwable> |
Inhibit.interruptionsWhileRetryingAndReturn(E2Supplier<T,E,InterruptedException> cmd)
Invoked the specified operation object while inhibiting Java interruptions
and propagating them after.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.