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