R
- Return type.E
- Thrown exception.@FunctionalInterface public interface FailableSupplier<R,E extends Throwable>
Supplier
that declares a Throwable
.Modifier and Type | Method and Description |
---|---|
R |
get()
Supplies an object
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.