Class IteratorBuilder<T>
java.lang.Object
net.thevpc.common.iterators.IteratorBuilder<T>
- Author:
- thevpc
-
Method Summary
Modifier and TypeMethodDescriptionbuild()concat(IteratorBuilder<T> t) <V> IteratorBuilder<V> <V> IteratorBuilder<V> <V> IteratorBuilder<V> convertMulti(Function<T, List<V>> t) <V> IteratorBuilder<T> iterator()list()<V> IteratorBuilder<V> <V> IteratorBuilder<V> <V> IteratorBuilder<V> notBlank()notNull()static <T> IteratorBuilder<T> static <T> IteratorBuilder<T> ofArray(T... t) static <T> IteratorBuilder<T> ofCoalesce(List<Iterator<T>> t) static IteratorBuilder<File> static IteratorBuilder<File> ofFileList(File file) static IteratorBuilder<File> ofFileList(File file, boolean intcludeSelf) static <T> IteratorBuilder<T> static <T> IteratorBuilder<T> safe(IteratorErrorHandlerType type) <V> IteratorBuilder<T> sort(Comparator<T> t, boolean removeDuplicates)
-
Method Details
-
ofCoalesce
-
ofList
-
of
-
ofLazy
-
ofFileDfs
-
ofArray
-
ofFileList
-
ofFileList
-
filter
-
concat
-
concat
-
map
-
map
-
convert
-
convert
-
mapMulti
-
convertMulti
-
sort
-
distinct
-
safe
-
safeIgnore
-
safePospone
-
notNull
-
notBlank
-
iterator
-
list
-
build
-