Package 

Object ExecutionUtils

    • Method Summary

      Modifier and Type Method Description
      final static Unit ensureMainThread() Ensures that method invocation happened on main thread
      final static Unit runOnUIThread(Runnable runnable) Executes runnable on the UI thread
      final static Unit showToast(Context context, Integer messageRes) Shows toast.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait