@FunctionalInterface
public interface SectionConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Allow throw IOException in accept
|
void accept(T t) throws java.io.IOException
t - targetjava.io.IOException - I/O exceptionCopyright © 2024. All rights reserved.