Package net.imglib2.converter.readwrite
Class TypeUtils
- java.lang.Object
-
- net.imglib2.converter.readwrite.TypeUtils
-
class TypeUtils extends java.lang.ObjectHelper method for implementing Typed::getType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classTypeUtils.ConstantSampler<T>
-
Constructor Summary
Constructors Constructor Description TypeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <A,B>
BgetConvertedType(A sourceType, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)
-
-
-
Method Detail
-
getConvertedType
public static <A,B> B getConvertedType(A sourceType, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)
-
-