JavaScript is disabled on your browser.
Skip navigation links
BandM metatools
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
eu.bandm.tools.util.java.Collector.NonUniqueException
Packages that use
Collector.NonUniqueException
Package
Description
eu.bandm.tools.util.java
Utility classes for types defined in the java runtime library
java.util
.
Uses of
Collector.NonUniqueException
in
eu.bandm.tools.util.java
Methods in
eu.bandm.tools.util.java
that throw
Collector.NonUniqueException
Modifier and Type
Method
Description
Optional
<
R
>
Collector.
findUniqueResult
(
Consumer
<
Consumer
<
R
>> construction)
Find the unique result of the given construction.