@FunctionalInterface public interface ThreadFactoryConsumer<T extends ThreadFactory<T>>
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(T value)
Configure a pre-constructed instance of ThreadFactory resource 
 | 
default ThreadFactoryConsumer<T> | 
andThen(ThreadFactoryConsumer<T> after)  | 
void accept(T value)
default ThreadFactoryConsumer<T> andThen(ThreadFactoryConsumer<T> after)
Copyright © 2018 JBoss by Red Hat. All rights reserved.