Uses of Class
org.jooq.lambda.exception.TooManyElementsException
Packages that use TooManyElementsException
Package
Description
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface
types.-
Uses of TooManyElementsException in org.jooq.lambda
Methods in org.jooq.lambda that throw TooManyElementsExceptionModifier and TypeMethodDescriptionSeq.findSingle()
Get the single element from the stream, or throw an exception if the stream holds more than one element.