@FunctionalInterface public static interface ConcurrentUtil.Consumer<T> extends Consumer<T>
Modifier and Type | Method and Description |
---|---|
default void |
accept(T t) |
void |
acceptInterruptibly(T t) |
void acceptInterruptibly(T t) throws InterruptedException
InterruptedException
Copyright © 2019 Red Hat. All rights reserved.