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