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