@FunctionalInterface public interface TransactionalAction<T,R>
R
perform(T t)
R perform(T t) throws java.lang.Exception
java.lang.Exception