Interface RunnableWithResultSync<T>


public interface RunnableWithResultSync<T>
A Runnable like interface that can return a result synchronously
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
    Similar to the runnable interface but can return a result
  • Method Details

    • run

      T run()

      Similar to the runnable interface but can return a result

      Returns

      the result of the run operation