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