R - return typeLazyAtomicReference, LazyAutoCloseableReference@FunctionalInterface
public interface CallableRaisingIOE<R>
unchecked() invokes the apply()
method and wraps all IOEs in UncheckedIOException;
call this if you need to pass this through java streaming
APIs| Modifier and Type | Method | Description |
|---|---|---|
R |
apply() |
Apply the operation.
|
default R |
unchecked() |
Apply unchecked.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.