DiggIO instead.@Deprecated public final class IO extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends AutoCloseable> |
autoClosing(ThrowingConsumer<T,? extends Exception> consumer)
Deprecated.
use
DiggIO.autoClosing(ThrowingConsumer) instead. |
static <T extends AutoCloseable,R> |
autoClosing(ThrowingFunction<T,R,? extends Exception> function)
Deprecated.
use
DiggIO.autoClosing(ThrowingFunction) instead. |
@Deprecated public static <T extends AutoCloseable> Consumer<T> autoClosing(ThrowingConsumer<T,? extends Exception> consumer)
DiggIO.autoClosing(ThrowingConsumer) instead.@Deprecated public static <T extends AutoCloseable,R> Function<T,R> autoClosing(ThrowingFunction<T,R,? extends Exception> function)
DiggIO.autoClosing(ThrowingFunction) instead.Copyright © 2016 Digipost. All rights reserved.