IteratorBuilder<T> |
IteratorBuilder.concat(IteratorBuilder<T> t) |
IteratorBuilder<T> |
IteratorBuilder.concat(net.thevpc.nuts.NutsIterator<T> t) |
<V> IteratorBuilder<T> |
IteratorBuilder.distinct() |
<V> IteratorBuilder<T> |
IteratorBuilder.distinct(net.thevpc.nuts.NutsFunction<T,V> t) |
static <T> IteratorBuilder<T> |
IteratorBuilder.emptyBuilder(net.thevpc.nuts.NutsSession session) |
IteratorBuilder<T> |
IteratorBuilder.filter(net.thevpc.nuts.NutsPredicate<? super T> t) |
IteratorBuilder<T> |
IteratorBuilder.filter(Predicate<? super T> t,
Function<net.thevpc.nuts.NutsElements,net.thevpc.nuts.NutsElement> e) |
<V> IteratorBuilder<V> |
IteratorBuilder.flatMap(net.thevpc.nuts.NutsFunction<? super T,? extends Iterator<? extends V>> fun) |
<V> IteratorBuilder<V> |
IteratorBuilder.map(net.thevpc.nuts.NutsFunction<? super T,? extends V> t) |
<V> IteratorBuilder<V> |
IteratorBuilder.mapMulti(net.thevpc.nuts.NutsFunction<T,List<V>> mapper) |
<V> IteratorBuilder<T> |
IteratorBuilder.named(net.thevpc.nuts.NutsObjectElement nfo) |
<V> IteratorBuilder<T> |
IteratorBuilder.named(String n) |
IteratorBuilder<String> |
IteratorBuilder.notBlank() |
IteratorBuilder<T> |
IteratorBuilder.notNull() |
static <T> IteratorBuilder<T> |
IteratorBuilder.of(net.thevpc.nuts.NutsIterator<T> t,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofArrayValues(T[] t,
Function<net.thevpc.nuts.NutsElements,net.thevpc.nuts.NutsElement> n,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofArrayValues(T[] t,
net.thevpc.nuts.NutsElement n,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofArrayValues(T[] t,
String n,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofCoalesce(List<net.thevpc.nuts.NutsIterator<? extends T>> t,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofConcat(List<net.thevpc.nuts.NutsIterator<? extends T>> t,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofFlatMap(net.thevpc.nuts.NutsIterator<? extends Collection<T>> from,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofRunnable(net.thevpc.nuts.NutsRunnable t,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofRunnable(Runnable t,
net.thevpc.nuts.NutsElement n,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofRunnable(Runnable t,
String n,
net.thevpc.nuts.NutsSession session) |
static <T> IteratorBuilder<T> |
IteratorBuilder.ofSupplier(Supplier<Iterator<T>> from,
Function<net.thevpc.nuts.NutsElements,net.thevpc.nuts.NutsElement> name,
net.thevpc.nuts.NutsSession session) |
IteratorBuilder<T> |
IteratorBuilder.onFinish(net.thevpc.nuts.NutsRunnable r) |
IteratorBuilder<T> |
IteratorBuilder.onStart(net.thevpc.nuts.NutsRunnable r) |
IteratorBuilder<T> |
IteratorBuilder.safe(IteratorErrorHandlerType type) |
IteratorBuilder<T> |
IteratorBuilder.safeIgnore() |
IteratorBuilder<T> |
IteratorBuilder.safePostpone() |
<V> IteratorBuilder<T> |
IteratorBuilder.sort(net.thevpc.nuts.NutsComparator<T> t,
boolean removeDuplicates) |