Uses of Class
org.jooq.lambda.exception.TooManyElementsException
-
Packages that use TooManyElementsException Package Description org.jooq.lambda This package contains useful extensions for interoperation with Java 8's lambda expressions andFunctionalInterface
types. -
-
Uses of TooManyElementsException in org.jooq.lambda
Methods in org.jooq.lambda that throw TooManyElementsException Modifier and Type Method Description default java.util.Optional<T>
Seq. findSingle()
Get the single element from the stream, or throw an exception if the stream holds more than one element.
-