Package 

Object AsyncUtil

  • All Implemented Interfaces:

    
    public class AsyncUtil
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static AsyncUtil INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final AsyncListener newAsyncListener(Function1<AsyncEvent, Unit> onStartAsync, Function1<AsyncEvent, Unit> onError, Function1<AsyncEvent, Unit> onTimeout, Function1<AsyncEvent, Unit> onComplete)
      final AsyncListener newAsyncListener(Function1<AsyncEvent, Unit> onStartAsync, Function1<AsyncEvent, Unit> onError, Function1<AsyncEvent, Unit> onTimeout)
      final AsyncListener newAsyncListener(Function1<AsyncEvent, Unit> onStartAsync, Function1<AsyncEvent, Unit> onError)
      final AsyncListener newAsyncListener(Function1<AsyncEvent, Unit> onStartAsync)
      final AsyncListener newAsyncListener()
      • Methods inherited from class java.lang.Object

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