| Modifier and Type | Method and Description |
|---|---|
static <T> ObjDoubleIOConsumer<T> |
ObjDoubleIOConsumer.checked(ObjDoubleConsumer<? super T> operation)
Returns an
ObjDoubleIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is
thrown by throwing its cause. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjDoubleConsumer<T> |
ObjDoubleIOConsumer.unchecked(ObjDoubleIOConsumer<? super T> operation)
Returns an
ObjDoubleConsumer that performs the operation operation, and wraps any IOException that is thrown in an
UncheckedIOException. |
Copyright © 2017–2020. All rights reserved.