- ignoreElements() - Method in class ix.Ix
-
- into(U) - Method in class ix.Ix
-
- isEmpty() - Method in class ix.IxSourceQueuedIterator
-
- it - Variable in class ix.IxSourceIterator
-
The upstream's iterator.
- ix - package ix
-
- Ix<T> - Class in ix
-
Base class and entry point for fluent iterables.
- Ix() - Constructor for class ix.Ix
-
- IxBaseIterator<T,R> - Class in ix
-
A base iterator that manages
the state between hasNext() and the next() calls; plus defines
the remove() to throw UnsupportedOperationException.
- IxBaseIterator() - Constructor for class ix.IxBaseIterator
-
- IxScalarCallable<T> - Interface in ix
-
Marker interface to indicate a source that has exactly one constant
value, available for assembly-time optimizations.
- IxSourceIterator<T,R> - Class in ix
-
A base iterator that references an upstream iterator and manages
the state between hasNext() and the next() calls; plus defines
the remove() to throw UnsupportedOperationException.
- IxSourceIterator(Iterator<T>) - Constructor for class ix.IxSourceIterator
-
- IxSourceQueuedIterator<T,U,R> - Class in ix
-
A base iterator that extends a custom ArrayDeque, references an upstream iterator
and manages the state between hasNext() and the next() calls; plus defines
the remove() to throw UnsupportedOperationException.
- IxSourceQueuedIterator(Iterator<T>) - Constructor for class ix.IxSourceQueuedIterator
-
- IxTransform<T,R> - Interface in ix
-
Functional interface that allows transforming an
upstream Iterator for each downstream next() call.