Uses of Interface
no.digipost.function.ThrowingBiFunction
Packages that use ThrowingBiFunction
-
Uses of ThrowingBiFunction in no.digipost
Methods in no.digipost that return ThrowingBiFunctionModifier and TypeMethodDescriptionstatic final <T,U, R, X extends Throwable>
ThrowingBiFunction<T,U, R, X> DiggExceptions.mayThrow(ThrowingBiFunction<T, U, R, X> bifunction) Convenience to acquire aThrowingBiFunction-reference from a lambda expression.Methods in no.digipost with parameters of type ThrowingBiFunctionModifier and TypeMethodDescriptionstatic final <T,U, R, X extends Throwable>
ThrowingBiFunction<T,U, R, X> DiggExceptions.mayThrow(ThrowingBiFunction<T, U, R, X> bifunction) Convenience to acquire aThrowingBiFunction-reference from a lambda expression. -
Uses of ThrowingBiFunction in no.digipost.function
Methods in no.digipost.function that return ThrowingBiFunctionModifier and TypeMethodDescriptiondefault <V> ThrowingBiFunction<T,U, V, X> ThrowingBiFunction.andThen(ThrowingFunction<? super R, V, ? extends X> after) -
Uses of ThrowingBiFunction in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type ThrowingBiFunctionModifier and TypeMethodDescriptionstatic <R> BasicColumnMapper<R>BasicColumnMapper.of(ThrowingBiFunction<String, ResultSet, R, ? extends SQLException> function) static <R> NullableColumnMapper<R>NullableColumnMapper.of(ThrowingBiFunction<String, ResultSet, R, ? extends SQLException> function)