Module bus.http
Package org.miaixz.bus.http.plugin.httpv
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
-
Method Details
-
apply
Applies the conversion logic using the given converter.- Parameters:
convertor- The converter to use.- Returns:
- The result of the conversion.
-