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