Uses of Class
org.rumbledb.exceptions.MoreThanOneItemException
Packages that use MoreThanOneItemException
-
Uses of MoreThanOneItemException in org.rumbledb.runtime
Methods in org.rumbledb.runtime that throw MoreThanOneItemExceptionModifier and TypeMethodDescriptionRuntimeIterator.materializeAtMostOneItemOrDefault
(DynamicContext context, Item item) AtMostOneItemLocalRuntimeIterator.materializeAtMostOneItemOrNull
(DynamicContext dynamicContext) HybridRuntimeIterator.materializeAtMostOneItemOrNull
(DynamicContext context) RuntimeIterator.materializeAtMostOneItemOrNull
(DynamicContext context) AtMostOneItemLocalRuntimeIterator.materializeExactlyOneItem
(DynamicContext dynamicContext) HybridRuntimeIterator.materializeExactlyOneItem
(DynamicContext context) RuntimeIterator.materializeExactlyOneItem
(DynamicContext context)