- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fromIterable (0.04 sec)
-
guava/src/com/google/common/collect/Iterables.java
} /** * Returns a view containing the result of applying {@code function} to each element of {@code * fromIterable}. * * <p>The returned iterable's iterator supports {@code remove()} if {@code fromIterable}'s * iterator does. After a successful {@code remove()} call, {@code fromIterable} no longer * contains the corresponding element. *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 43.6K bytes - Viewed (0)