@FunctionalInterface public static interface ConcurrentUtil.Function<T,R> extends Function<T,R>
Modifier and Type | Method and Description |
---|---|
default R |
apply(T t) |
R |
applyInterruptibly(T t) |
R applyInterruptibly(T t) throws InterruptedException
InterruptedException
Copyright © 2019 Red Hat. All rights reserved.