See: Description
| Interface | Description |
|---|---|
| IOConsumer<T> |
Like
Consumer but throws IOException. |
| IOFunction<T,R> |
Like
Function but throws IOException. |
| IOSupplier<T> |
Like
Supplier but throws IOException. |
This package defines IO-only related functional interfaces for lambda expressions and method references.
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.