Uses of Interface
me.saro.commons.function.ThrowableBiFunction
-
Packages that use ThrowableBiFunction Package Description me.saro.commons me.saro.commons.function -
-
Uses of ThrowableBiFunction in me.saro.commons
Methods in me.saro.commons with parameters of type ThrowableBiFunction Modifier and Type Method Description static <R> java.util.stream.Stream<R>Converter. toStreamByResultSet(java.sql.ResultSet resultSet, ThrowableBiFunction<java.lang.String[],java.lang.Object[],R> map)ResultSet to Stream -
Uses of ThrowableBiFunction in me.saro.commons.function
Methods in me.saro.commons.function with parameters of type ThrowableBiFunction Modifier and Type Method Description static <T,U,R>
java.util.function.BiFunction<T,U,R>ThrowableBiFunction. runtime(ThrowableBiFunction<T,U,R> biFunction)throws Exception lambda to throws RuntimeException lambda
-