Interface ProbeDataConverter<T>

Type Parameters:
T - type to convert to

public interface ProbeDataConverter<T>
Represents a converter which is used to convert ProbeData to T type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Converts ProbeData to T type.
  • Method Details

    • convert

      T convert(ProbeData data)
      Converts ProbeData to T type.
      Parameters:
      data - probe data to convert
      Returns:
      converted probe data