Class RealLocalizableSamplerWrapper<T>

java.lang.Object
net.imglib2.stream.RealLocalizableSamplerWrapper<T>
Type Parameters:
T - pixel type
All Implemented Interfaces:
Spliterator<RealLocalizableSampler<T>>, EuclideanSpace, RealLocalizable, RealLocalizableSampler<T>, Sampler<T>, Typed<T>

class RealLocalizableSamplerWrapper<T> extends Object implements Spliterator<RealLocalizableSampler<T>>, RealLocalizableSampler<T>
Wraps RealLocalizableSpliterator as Spliterator<RealLocalizableSampler<T>>.

Concretely, it implements RealLocalizableSampler, forwarding all methods to the wrapped RealLocalizableSpliterator. And passes itself as a proxy to the Consumer in tryAdvance(Consumer) and forEachRemaining(Consumer).