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