Uses of Interface
org.javimmutable.collections.IndexedProc1Throws
-
Uses of IndexedProc1Throws in org.javimmutable.collections
Modifier and TypeMethodDescription<E extends Exception>
voidIArray.forEachThrows
(IndexedProc1Throws<T, E> proc) Visits every element in the array in order by index and passes the index and value to the provided lambda.default <E extends Exception>
voidSplitableIterable.indexedForEachThrows
(IndexedProc1Throws<T, E> proc) Version of forEachThrows that includes an integer index along with each value. -
Uses of IndexedProc1Throws in org.javimmutable.collections.array
Modifier and TypeMethodDescription<E extends Exception>
voidTrieArray.forEachThrows
(IndexedProc1Throws<T, E> proc) <E extends Exception>
voidTrieArrayNode.forEachThrows
(IndexedProc1Throws<T, E> proc)