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