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 © 1970 The Apache Software Foundation. All rights reserved.