Class TypeUtils
java.lang.Object
net.imglib2.converter.readwrite.TypeUtils
Helper method for implementing Typed::getType
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A,B> B getConvertedType(A sourceType, Supplier<SamplerConverter<? super A, B>> converterSupplier)
-
Constructor Details
-
TypeUtils
TypeUtils()
-
-
Method Details
-
getConvertedType
public static <A,B> B getConvertedType(A sourceType, Supplier<SamplerConverter<? super A, B>> converterSupplier)
-