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