Uses of Interface
net.imglib2.RealLocalizableSampler
-
Packages that use RealLocalizableSampler Package Description net.imglib2 net.imglib2.stream -
-
Uses of RealLocalizableSampler in net.imglib2
Subinterfaces of RealLocalizableSampler in net.imglib2 Modifier and Type Interface Description interfaceLocalizableSampler<T>Combination ofLocalizableandSamplerinterfaces.Methods in net.imglib2 that return RealLocalizableSampler Modifier and Type Method Description RealLocalizableSampler<T>RealLocalizableSampler. copy() -
Uses of RealLocalizableSampler in net.imglib2.stream
Classes in net.imglib2.stream that implement RealLocalizableSampler Modifier and Type Class Description (package private) classLocalizableSamplerWrapper<T>WrapsLocalizableSpliteratorasSpliterator<LocalizableSampler<T>>.(package private) classRealLocalizableSamplerWrapper<T>WrapsRealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>.Methods in net.imglib2.stream that return types with arguments of type RealLocalizableSampler Modifier and Type Method Description static <T> java.util.stream.Stream<RealLocalizableSampler<T>>Streams. localizable(IterableRealInterval<T> interval)Create a sequentialStreamof the elements (value and location) of the giveninterval.static <T> java.util.stream.Stream<RealLocalizableSampler<T>>Streams. localizing(IterableRealInterval<T> interval)Create a sequentialStreamof the elements (value and location) of the giveninterval.java.util.Spliterator<RealLocalizableSampler<T>>RealLocalizableSamplerWrapper. trySplit()Method parameters in net.imglib2.stream with type arguments of type RealLocalizableSampler Modifier and Type Method Description voidRealLocalizableSamplerWrapper. forEachRemaining(java.util.function.Consumer<? super RealLocalizableSampler<T>> action)booleanRealLocalizableSamplerWrapper. tryAdvance(java.util.function.Consumer<? super RealLocalizableSampler<T>> action)
-