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