@FunctionalInterface public interface TransactionalBiTask<T,U> extends TransactionalBiAction<T,U,java.lang.Void>
void
execute(T t, U u)
default java.lang.Void
perform(T t, U u)
void execute(T t, U u) throws java.lang.Exception
java.lang.Exception
default java.lang.Void perform(T t, U u) throws java.lang.Exception
perform
TransactionalBiAction<T,U,java.lang.Void>