Uses of Class
org.jdbi.v3.core.collector.OptionalBuilder
-
Packages that use OptionalBuilder Package Description org.jdbi.v3.core.collector Thecollectorpackage reduces the mapped rows of the result set into a Stream Collector to produce the final aggregated result. -
-
Uses of OptionalBuilder in org.jdbi.v3.core.collector
Methods in org.jdbi.v3.core.collector that return OptionalBuilder Modifier and Type Method Description (package private) static <T,OPT_T>
OptionalBuilder<T,OPT_T>OptionalBuilder. combine(OptionalBuilder<T,OPT_T> left, OptionalBuilder<T,OPT_T> right)Methods in org.jdbi.v3.core.collector with parameters of type OptionalBuilder Modifier and Type Method Description (package private) static <T,OPT_T>
OptionalBuilder<T,OPT_T>OptionalBuilder. combine(OptionalBuilder<T,OPT_T> left, OptionalBuilder<T,OPT_T> right)
-