Package org.openrewrite.polyglot
Class SourceFileStream
java.lang.Object
org.openrewrite.polyglot.SourceFileStream
- All Implemented Interfaces:
AutoCloseable,BaseStream<org.openrewrite.SourceFile,,Stream<org.openrewrite.SourceFile>> Stream<org.openrewrite.SourceFile>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.stream.Stream
Stream.Builder<T extends Object> -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceFileStreamconcat(SourceFileStream sourceFileStream) intsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.stream.BaseStream
close, isParallel, iterator, onClose, parallel, sequential, spliterator, unorderedMethods inherited from interface java.util.stream.Stream
allMatch, anyMatch, collect, collect, count, distinct, dropWhile, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, limit, map, mapMulti, mapMultiToDouble, mapMultiToInt, mapMultiToLong, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, peek, reduce, reduce, reduce, skip, sorted, sorted, takeWhile, toArray, toArray, toList
-
Method Details
-
build
-
concat
-
concat
-
size
public int size()
-