- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for OutElementT (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/CollectSpliterators.java
* @param <OutElementT> the element type of the output spliterators */ static final class FlatMapSpliteratorOfObject< InElementT extends @Nullable Object, OutElementT extends @Nullable Object> extends FlatMapSpliterator<InElementT, OutElementT, Spliterator<OutElementT>> { FlatMapSpliteratorOfObject( @Nullable Spliterator<OutElementT> prefix, Spliterator<InElementT> from,
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) -
android/guava/src/com/google/common/collect/CollectSpliterators.java
* function}. */ static <InElementT extends @Nullable Object, OutElementT extends @Nullable Object> Spliterator<OutElementT> map( Spliterator<InElementT> fromSpliterator, Function<? super InElementT, ? extends OutElementT> function) { checkNotNull(fromSpliterator); checkNotNull(function); return new Spliterator<OutElementT>() { @Override
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)