Module bus.http

Interface CoverTasks.Executor.ConvertFunc<T>

Type Parameters:
T - The return type of the conversion.
Enclosing class:
CoverTasks.Executor

public static interface CoverTasks.Executor.ConvertFunc<T>
A functional interface for applying a conversion operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Convertor convertor)
    Applies the conversion logic using the given converter.
  • Method Details

    • apply

      T apply(Convertor convertor)
      Applies the conversion logic using the given converter.
      Parameters:
      convertor - The converter to use.
      Returns:
      The result of the conversion.