Module kala.compress.base
Package kala.compress.function
-
Interface Summary Interface Description IOConsumer<T> LikeConsumerbut throwsIOException.IOIterator<E> LikeIteratorbut throwsIOException.
| Interface | Description |
|---|---|
| IOConsumer<T> |
Like
Consumer but throws IOException. |
| IOIterator<E> |
Like
Iterator but throws IOException. |