Interface RunnableWithResult<T>


public interface RunnableWithResult<T>
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details

    • run

      @Nullable T run()