Package io.deephaven.web.shared.fu
Class LinkedIterable<T>
java.lang.Object
io.deephaven.web.shared.fu.LinkedIterable<T>
- All Implemented Interfaces:
MappedIterable<T>
,Iterable<T>
-
Field Summary
Fields inherited from interface io.deephaven.web.shared.fu.MappedIterable
EMPTY
-
Constructor Summary
ConstructorDescriptionLinkedIterable
(T head, UnaryOperator<T> next) LinkedIterable
(T head, UnaryOperator<T> next, boolean skipHead) LinkedIterable
(T head, T tail, boolean includeTail, boolean strict, UnaryOperator<T> next) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator