Uses of Interface
org.javimmutable.collections.Sum1Throws
Packages that use Sum1Throws
Package
Description
-
Uses of Sum1Throws in org.javimmutable.collections
Methods in org.javimmutable.collections with parameters of type Sum1ThrowsModifier and TypeMethodDescriptiondefault <V,E extends Exception>
VSplitableIterable.reduceThrows(V initialValue, Sum1Throws<T, V, E> accumulator) -
Uses of Sum1Throws in org.javimmutable.collections.common
Methods in org.javimmutable.collections.common with parameters of type Sum1ThrowsModifier and TypeMethodDescription<R,E extends Exception>
RCollisionSet.reduceThrows(CollisionSet.Node node, R sum, Sum1Throws<T, R, E> proc) -
Uses of Sum1Throws in org.javimmutable.collections.list
Methods in org.javimmutable.collections.list with parameters of type Sum1ThrowsModifier and TypeMethodDescription<R,E extends Exception>
RListCollisionSet.reduceThrows(CollisionSet.Node node, R sum, Sum1Throws<T, R, E> proc) <V,E extends Exception>
VTreeList.reduceThrows(V initialValue, Sum1Throws<T, V, E> accumulator) -
Uses of Sum1Throws in org.javimmutable.collections.tree
Methods in org.javimmutable.collections.tree with parameters of type Sum1ThrowsModifier and TypeMethodDescription<R,E extends Exception>
RTreeCollisionSet.reduceThrows(CollisionSet.Node node, R sum, Sum1Throws<T, R, E> proc)