public interface Supplier<T> extends Throwables.Supplier<T,RuntimeException>, Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
default <E extends Throwable> |
toThrowable() |
T get()
get in interface Supplier<T>get in interface Throwables.Supplier<T,RuntimeException>default <E extends Throwable> Throwables.Supplier<T,E> toThrowable()
Copyright © 2021. All rights reserved.