Uses of Interface
edu.iu.UnsafeBiConsumer
Packages that use UnsafeBiConsumer
Package
Description
Includes basic Java utilities classes and interfaces.
Database connection pooling utilities.
-
Uses of UnsafeBiConsumer in edu.iu
Methods in edu.iu with parameters of type UnsafeBiConsumerModifier and TypeMethodDescriptionIuException.checked
(Class<T1> expectedExceptionClass1, Class<T2> expectedExceptionClass2, Class<T3> expectedExceptionClass3, T firstArgument, U secondArgument, UnsafeBiConsumer<T, U> consumer) Gracefully supplies a value to anUnsafeBiConsumer
.IuException.checked
(Class<T1> expectedExceptionClass1, Class<T2> expectedExceptionClass2, T firstArgument, U secondArgument, UnsafeBiConsumer<T, U> consumer) Gracefully supplies a value to anUnsafeBiConsumer
.static <T,
U, T1 extends Exception>
voidIuException.checked
(Class<T1> expectedExceptionClass, T firstArgument, U secondArgument, UnsafeBiConsumer<T, U> consumer) Gracefully supplies a value to anUnsafeBiConsumer
.static <T,
U> void IuException.checked
(T firstArgument, U secondArgument, UnsafeBiConsumer<T, U> consumer) Gracefully supplies a value to anUnsafeBiConsumer
.static <T,
U> void IuException.unchecked
(T firstArgument, U secondArgument, UnsafeBiConsumer<T, U> consumer) Gracefully supplies a value to anUnsafeBiConsumer
. -
Uses of UnsafeBiConsumer in edu.iu.jdbc.pool
Constructors in edu.iu.jdbc.pool with parameters of type UnsafeBiConsumerModifierConstructorDescriptionIuStatementHandler
(String sql, PreparedStatement statement, UnsafeBiConsumer<UnsafeRunnable, Throwable> closeHandler) Constructor.