java.util.function.Supplier<T>@FunctionalInterface
public interface IOSupplier<T>
extends java.util.function.Supplier<T>
| Modifier and Type | Method | Description |
|---|---|---|
default T |
get() |
|
T |
ioGet() |
|
static <T> T |
supply(IOSupplier<T> supplier) |
default T get() throws java.io.UncheckedIOException
get in interface java.util.function.Supplier<T>java.io.UncheckedIOExceptionT ioGet() throws java.io.IOException
java.io.IOExceptionstatic <T> T supply(IOSupplier<T> supplier)
Copyright © 2012–2018 MARID software development group. All rights reserved.