Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for OutConsumerT (0.06 seconds)

  1. guava/src/com/google/common/collect/CollectSpliterators.java

       * @param <OutConsumerT> the specialized consumer type for the primitive output type
       * @param <OutSpliteratorT> the primitive spliterator type associated with {@code OutElementT}
       */
      abstract static class FlatMapSpliteratorOfPrimitive<
              InElementT extends @Nullable Object,
              OutElementT extends @Nullable Object,
              OutConsumerT,
              OutSpliteratorT extends
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Nov 17 22:50:48 GMT 2025
    - 19.9K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/collect/CollectSpliterators.java

              OutElementT extends @Nullable Object,
              OutConsumerT,
              OutSpliteratorT extends
                  Spliterator.OfPrimitive<OutElementT, OutConsumerT, OutSpliteratorT>>
          extends FlatMapSpliterator<InElementT, OutElementT, OutSpliteratorT>
          implements Spliterator.OfPrimitive<OutElementT, OutConsumerT, OutSpliteratorT> {
    
        FlatMapSpliteratorOfPrimitive(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 20.5K bytes
    - Click Count (0)
Back to Top