Package net.imglib2.blocks
Class ViewAnalyzer.AccumulateConverters
- java.lang.Object
-
- net.imglib2.blocks.ViewAnalyzer.AccumulateConverters
-
- Enclosing class:
- ViewAnalyzer
private static class ViewAnalyzer.AccumulateConverters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Supplier<? extends Converter<?,?>>converterSupplierprivate java.util.function.Supplier<?>destinationSupplier
-
Constructor Summary
Constructors Modifier Constructor Description privateAccumulateConverters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private <A,B,C>
voidappend(ViewNode.ConverterViewNode<B,C> node)
-
-
-
Field Detail
-
converterSupplier
private java.util.function.Supplier<? extends Converter<?,?>> converterSupplier
-
destinationSupplier
private java.util.function.Supplier<?> destinationSupplier
-
-
Method Detail
-
append
private <A,B,C> void append(ViewNode.ConverterViewNode<B,C> node)
-
-