@FunctionalInterface public static interface Transactional.BiConsumerWithException<S,T>
void
accept(S s, T t)
void accept(S s, T t) throws java.lang.Exception
java.lang.Exception