Uses of Class
eu.bandm.tools.util.java.Collector.NonUniqueException
Packages that use Collector.NonUniqueException
-
Uses of Collector.NonUniqueException in eu.bandm.tools.util.java
Methods in eu.bandm.tools.util.java that throw Collector.NonUniqueExceptionModifier and TypeMethodDescriptionstatic <R> Optional
<R> Collector.findUniqueResult
(Consumer<Consumer<R>> construction) Find the unique result of the given construction.