Uses of Interface
org.javimmutable.collections.IndexedProc1
-
Uses of IndexedProc1 in org.javimmutable.collections
Modifier and TypeMethodDescriptionvoid
IArray.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 void
SplitableIterable.indexedForEach
(IndexedProc1<T> proc) Version of forEach that includes an integer index along with each value. -
Uses of IndexedProc1 in org.javimmutable.collections.array
Modifier and TypeMethodDescriptionvoid
TrieArray.forEach
(IndexedProc1<T> proc) void
TrieArrayNode.forEach
(IndexedProc1<T> proc)