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 . |
IO-only related functional interfaces provide target types for lambda expressions and method references.
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.