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