Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FromIterator (0.09 sec)

  1. android/guava/src/com/google/common/collect/Iterators.java

       * fromIterator}.
       *
       * <p>The returned iterator supports {@code remove()} if {@code fromIterator} does. After a
       * successful {@code remove()} call, {@code fromIterator} no longer contains the corresponding
       * element.
       */
      public static <F extends @Nullable Object, T extends @Nullable Object> Iterator<T> transform(
          Iterator<F> fromIterator, Function<? super F, ? extends T> function) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Iterators.java

       * fromIterator}.
       *
       * <p>The returned iterator supports {@code remove()} if {@code fromIterator} does. After a
       * successful {@code remove()} call, {@code fromIterator} no longer contains the corresponding
       * element.
       */
      public static <F extends @Nullable Object, T extends @Nullable Object> Iterator<T> transform(
          Iterator<F> fromIterator, Function<? super F, ? extends T> function) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
Back to top