public interface Projector extends java.util.function.UnaryOperator<BatchIterator>
BatchIterator
object and returns a batch iterator which follows the semantics of
the underlying projection.Modifier and Type | Method and Description |
---|---|
default boolean |
providesIndependentScroll()
Indicates that the projector supports scrolling independent of the source iterator.
|