public interface Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
void |
interrupt(InterruptedException e) |
void accept(T t)
void interrupt(InterruptedException e)
Copyright © 2021 The Apache Software Foundation. All rights reserved.