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