Interface ITryTaskFactory<T>


public interface ITryTaskFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(T value)
     
  • Method Details