T - The type of the parameter value.@FunctionalInterface
public static interface SessionFactory.PersistenceConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs an operation on the input argument.
|
void accept(T t) throws PersistenceException
t - Accepted value.PersistenceException