Uses of Interface
edu.iu.UnsafeBiFunction
Packages that use UnsafeBiFunction
-
Uses of UnsafeBiFunction in edu.iu
Methods in edu.iu with parameters of type UnsafeBiFunctionModifier and TypeMethodDescriptionIuException.checked(Class<T1> expectedExceptionClass1, Class<T2> expectedExceptionClass2, Class<T3> expectedExceptionClass3, T firstArgument, U secondArgument, UnsafeBiFunction<T, U, R> function) Gracefully applies anUnsafeBiFunction.IuException.checked(Class<T1> expectedExceptionClass1, Class<T2> expectedExceptionClass2, T firstArgument, U secondArgument, UnsafeBiFunction<T, U, R> function) Gracefully applies anUnsafeBiFunction.static <T,U, R, T1 extends Exception>
RIuException.checked(Class<T1> expectedExceptionClass, T firstArgument, U secondArgument, UnsafeBiFunction<T, U, R> function) Gracefully applies anUnsafeBiFunction.static <T,U, R> R IuException.checked(T firstArgument, U secondArgument, UnsafeBiFunction<T, U, R> function) Gracefully applies anUnsafeBiFunction.static <T,U, R> R IuException.unchecked(T firstArgument, U secondArgument, UnsafeBiFunction<T, U, R> function) Gracefully applies anUnsafeBiFunction.