@InterfaceAudience.Public @InterfaceStability.Unstable
See: Description
Interface | Description |
---|---|
BiFunctionRaisingIOE<T,U,R> |
Function of arity 2 which may raise an IOException.
|
CallableRaisingIOE<R> |
This is a callable which only raises an IOException.
|
ConsumerRaisingIOE<T> |
Version of java.util.function.Consumer which raises
exceptions.
|
FunctionRaisingIOE<T,R> |
Function of arity 1 which may raise an IOException.
|
InvocationRaisingIOE |
This is a lambda-expression which may raises an IOException.
|
Class | Description |
---|---|
CommonCallableSupplier<T> |
A bridge from Callable to Supplier; catching exceptions
raised by the callable and wrapping them as appropriate.
|
FutureIO |
Future IO Helper methods.
|
RemoteIterators |
A set of remote iterators supporting transformation and filtering,
with IOStatisticsSource passthrough, and of conversions of
the iterators to lists/arrays and of performing actions
on the values.
|
RemoteIterators
iterators go beyond that of the java ones, in terms of declaring themselves
Closeable and implementors of
IOStatisticsSource
; a chain
of wrapped iterators can supply statistics of the inner iterators, and
encourage close() to be called after use.Copyright © 2008–2022 Apache Software Foundation. All rights reserved.