T - the type of results supplied by this supplierX - the type of exception that may be thrown by this supplier's method@FunctionalInterface public interface XSupplier<T,X extends Exception>
Supplier| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
Copyright © 2020. All rights reserved.