Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Carlier (0.16 sec)

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

     *       is strongly recommended.
     *   <li>Streams are standard Java, not requiring a third-party dependency (but do render your code
     *       incompatible with Java 7 and earlier).
     * </ul>
     *
     * <h3>Example</h3>
     *
     * <p>Here is an example that accepts a list from a database call, filters it based on a predicate,
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Jan 30 00:14:39 GMT 2024
    - 35.7K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/FluentIterable.java

      }
    
      /**
       * Returns a stream of this fluent iterable's contents (similar to calling {@link
       * Collection#stream} on a collection).
       *
       * <p><b>Note:</b> the earlier in the chain you can switch to {@code Stream} usage (ideally not
       * going through {@code FluentIterable} at all), the more performant and idiomatic your code will
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Tue Jan 30 00:14:39 GMT 2024
    - 35.3K bytes
    - Viewed (0)
Back to top