@FunctionalInterface public interface IOSupplier<T> extends Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
get() |
T |
ioGet() |
default T get() throws UncheckedIOException
get in interface Supplier<T>UncheckedIOExceptionT ioGet() throws IOException
IOExceptionCopyright © 2012–2017 MARID software development group. All rights reserved.