R - result typeT - supplied type@FunctionalInterface public interface ContextualSupplier<R,T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(ExecutionContext<R> context) |
T get(ExecutionContext<R> context) throws Throwable
ThrowableCopyright © 2022. All rights reserved.