R - return type@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 and Description |
|---|---|
R |
apply()
Apply the operation.
|
default R |
unchecked()
Apply unchecked.
|
R apply() throws IOException
IOException - Any IO failuredefault R unchecked()
UncheckedIOException - IOE raised.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.