Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fromIterable (0.05 seconds)

  1. 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.
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 16:16:42 GMT 2026
    - 43.6K bytes
    - Click Count (0)
Back to Top