| Package | Description |
|---|---|
| no.digipost | |
| no.digipost.function | |
| no.digipost.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static <T,U,R,X extends Throwable> |
DiggExceptions.mayThrow(ThrowingBiFunction<T,U,R,X> bifunction)
Convenience to acquire a
ThrowingBiFunction-reference from a lambda expression. |
| Modifier and Type | Method and Description |
|---|---|
static <T,U,R,X extends Throwable> |
DiggExceptions.mayThrow(ThrowingBiFunction<T,U,R,X> bifunction)
Convenience to acquire a
ThrowingBiFunction-reference from a lambda expression. |
| Modifier and Type | Method and Description |
|---|---|
default <V> ThrowingBiFunction<T,U,V,X> |
ThrowingBiFunction.andThen(ThrowingFunction<? super R,V,? extends X> after) |
| Modifier and Type | Method and Description |
|---|---|
static <R> NullableColumnMapper<R> |
NullableColumnMapper.of(ThrowingBiFunction<String,ResultSet,R,? extends SQLException> function) |
static <R> BasicColumnMapper<R> |
BasicColumnMapper.of(ThrowingBiFunction<String,ResultSet,R,? extends SQLException> function) |
Copyright © 2016 Digipost. All rights reserved.