- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T
- the type of results supplied by this supplier
E
- the type of checked exception thrown by this supplier.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ThrowingSupplier<T,E extends Exception>
A throwing supplier. Useful in lambda expressions/streams.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2018 Walmart, Inc.. All rights reserved.