T - type returned by this functional interface.E - Exception thrown by this functional interface.@FunctionalInterface public interface CheckedSupplier<T,E extends java.lang.Exception>
Supplier cousin that also throws Checked Exceptions.| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.