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