public class IterableStream<T> extends Object implements Iterable<T>
IterableStream(Iterable<T> iterable)
Iterator<T>
iterator()
static <T> IterableStream<T>
of(Iterable<T> iterable)
Stream<T>
stream()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public IterableStream(Iterable<T> iterable)
public Stream<T> stream()
public Iterator<T> iterator()
iterator
Iterable<T>
public static <T> IterableStream<T> of(Iterable<T> iterable)
Copyright © 2023. All rights reserved.