T
- Type being supplied@ConsumerType @FunctionalInterface public interface CheckedSupplier<T>
Modifier and Type | Method and Description |
---|---|
static <T> CheckedSupplier<T> |
fromSupplier(Supplier<T> supplier) |
T |
get()
Gets a result.
|
static <T> CheckedSupplier<T> fromSupplier(Supplier<T> supplier)
Copyright © 2013–2021 Adobe. All rights reserved.