Uses of Interface
org.javimmutable.collections.IndexedProc1
Packages that use IndexedProc1
-
Uses of IndexedProc1 in org.javimmutable.collections
Methods in org.javimmutable.collections with parameters of type IndexedProc1Modifier and TypeMethodDescriptionvoidIArray.forEach(IndexedProc1<T> proc) Visits every element in the array in order by index and passes the index and value to the provided lambda.default voidSplitableIterable.indexedForEach(IndexedProc1<T> proc) Version of forEach that includes an integer index along with each value. -
Uses of IndexedProc1 in org.javimmutable.collections.array
Methods in org.javimmutable.collections.array with parameters of type IndexedProc1Modifier and TypeMethodDescriptionvoidTrieArray.forEach(IndexedProc1<T> proc) voidTrieArrayNode.forEach(IndexedProc1<T> proc)