Uses of Class
org.jdbi.v3.core.collector.OptionalBuilder
Packages that use OptionalBuilder
Package
Description
The
collector package 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 OptionalBuilderModifier and TypeMethodDescription(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 OptionalBuilderModifier and TypeMethodDescription(package private) static <T,OPT_T> OptionalBuilder<T, OPT_T> OptionalBuilder.combine(OptionalBuilder<T, OPT_T> left, OptionalBuilder<T, OPT_T> right)