Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for LIBRARY (0.05 seconds)

  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 requiring <a
     *       href="https://developer.android.com/studio/write/java8-support#library-desugaring">library
     *       desugaring</a> or <a
     *       href="https://developer.android.com/reference/java/util/stream/Stream">API Level 24</a>
     *       under Android).
     * </ul>
     *
     * <h3>Example</h3>
     *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Apr 02 14:49:41 GMT 2026
    - 34.7K bytes
    - Click Count (0)
  2. gradle/libs.versions.toml

    eclipse-osgi = { module = "org.eclipse.platform:org.eclipse.osgi", version.ref = "eclipse-osgi" }
    hamcrest-library = { module = "org.hamcrest:hamcrest-library", version.ref = "hamcrest-library" }
    guava-jre = { module = "com.google.guava:guava", version.ref = "guava" }
    http-client5 = { module = "org.apache.httpcomponents.client5:httpclient5", version.ref = "http-client5" }
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 31 22:01:48 GMT 2026
    - 12K bytes
    - Click Count (0)
  3. guava/src/com/google/common/collect/FluentIterable.java

    import java.util.stream.Stream;
    import org.jspecify.annotations.NonNull;
    import org.jspecify.annotations.Nullable;
    
    /**
     * A discouraged (but not deprecated) precursor to Java's superior {@link Stream} library.
     *
     * <p>The following types of methods are provided:
     *
     * <ul>
     *   <li>chaining methods which return a new {@code FluentIterable} based in some way on the
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Apr 02 14:49:41 GMT 2026
    - 34.7K bytes
    - Click Count (0)
  4. docs/en/docs/release-notes.md

    ### Features
    
    * 🔧 Add FastAPI Agents Skill. PR [#14982](https://github.com/fastapi/fastapi/pull/14982) by [@tiangolo](https://github.com/tiangolo).
        * Read more about it in [Library Agent Skills](https://tiangolo.com/ideas/library-agent-skills/).
    
    ### Internal
    
    * ✅ Fix all tests are skipped on Windows. PR [#14994](https://github.com/fastapi/fastapi/pull/14994) by [@YuriiMotov](https://github.com/YuriiMotov).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top