Uses of Interface
no.digipost.jdbc.NullableColumnMapper
-
Packages that use NullableColumnMapper Package Description no.digipost.jdbc -
-
Uses of NullableColumnMapper in no.digipost.jdbc
Methods in no.digipost.jdbc that return NullableColumnMapper Modifier and Type Method Description default <S> NullableColumnMapper<S>NullableColumnMapper. andThen(Function<? super R,S> mapper)Create a newNullableColumnMapperwhich will map the result of this one using the givenfunction.static <R> NullableColumnMapper<R>NullableColumnMapper. of(ThrowingBiFunction<String,ResultSet,R,? extends SQLException> function)
-