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