Class TypeUtils

java.lang.Object
net.imglib2.converter.readwrite.TypeUtils

class TypeUtils extends Object
Helper method for implementing Typed::getType
  • Constructor Details

    • TypeUtils

      TypeUtils()
  • Method Details

    • getConvertedType

      public static <A,B> B getConvertedType(A sourceType, Supplier<SamplerConverter<? super A, B>> converterSupplier)