T - the supplier return typejava.util.function.Supplier<T>@FunctionalInterface
public interface CheckedSupplier<T>
extends java.util.function.Supplier<T>
| Modifier and Type | Method | Description |
|---|---|---|
default T |
get() |
|
T |
gets() |
Same as
get except Exceptions may be thrown. |
Copyright © 2018. All rights reserved.