Class FunctionWrapper<T,R>

java.lang.Object
org.apache.skywalking.apm.toolkit.trace.FunctionWrapper<T,R>
All Implemented Interfaces:
Function<T,R>

public class FunctionWrapper<T,R> extends Object implements Function<T,R>
  • Constructor Details

    • FunctionWrapper

      public FunctionWrapper(Function<T,R> function)
  • Method Details