Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for flatMapToDouble (0.18 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

      /**
       * Returns a {@link DoubleStream} containing the elements of the first stream, followed by the
       * elements of the second stream, and so on.
       *
       * <p>This is equivalent to {@code Stream.of(streams).flatMapToDouble(stream -> stream)}, but the
       * returned stream may perform better.
       *
       * @see DoubleStream#concat(DoubleStream, DoubleStream)
       */
      public static DoubleStream concat(DoubleStream... streams) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 36.8K bytes
    - Click Count (0)
  2. guava/src/com/google/common/collect/Streams.java

      /**
       * Returns a {@link DoubleStream} containing the elements of the first stream, followed by the
       * elements of the second stream, and so on.
       *
       * <p>This is equivalent to {@code Stream.of(streams).flatMapToDouble(stream -> stream)}, but the
       * returned stream may perform better.
       *
       * @see DoubleStream#concat(DoubleStream, DoubleStream)
       */
      public static DoubleStream concat(DoubleStream... streams) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 36.4K bytes
    - Click Count (0)
Back to Top