Uses of Interface
no.digipost.function.ThrowingBiFunction
-
Packages that use ThrowingBiFunction Package Description no.digipost no.digipost.function no.digipost.jdbc -
-
Uses of ThrowingBiFunction in no.digipost
Methods in no.digipost that return ThrowingBiFunction Modifier and Type Method Description static <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 ThrowingBiFunction Modifier and Type Method Description static <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 ThrowingBiFunction Modifier and Type Method Description default <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 ThrowingBiFunction Modifier and Type Method Description static <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)
-