Uses of Interface
org.javimmutable.collections.Sum1Throws
Package
Description
-
Uses of Sum1Throws in org.javimmutable.collections
Modifier and TypeMethodDescriptiondefault <V,
E extends Exception>
VSplitableIterable.reduceThrows
(V initialValue, Sum1Throws<T, V, E> accumulator) -
Uses of Sum1Throws in org.javimmutable.collections.common
Modifier 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
Modifier 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
Modifier and TypeMethodDescription<R,
E extends Exception>
RTreeCollisionSet.reduceThrows
(CollisionSet.Node node, R sum, Sum1Throws<T, R, E> proc)