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