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