public interface ThrowingSupplier<T> extends java.util.function.Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
default <R> ThrowingSupplier<R> |
andThen(java.util.function.Function<? super T,? extends R> after) |
default <R> ThrowingSupplier<R> |
andThen(ThrowingFunction<? super T,? extends R> after) |
default T |
get() |
T |
getThrows() |
default T get()
get in interface java.util.function.Supplier<T>default <R> ThrowingSupplier<R> andThen(ThrowingFunction<? super T,? extends R> after)
default <R> ThrowingSupplier<R> andThen(java.util.function.Function<? super T,? extends R> after)
Copyright © 2020–2021 ICIJ. All rights reserved.