T - the type of results supplied by this supplierE - the type of checked exception thrown.@FunctionalInterface
public interface CheckedSupplier<T,E extends java.lang.Exception>
Supplier, whose method
throws a checked exception.| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.