Class XApp


  • public final class XApp
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XApp()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void exit()  
      static void repeat​(@NonNull java.lang.Integer numTime, XConsumer<java.lang.Integer> func)  
      static void repeat​(@NonNull java.lang.Integer numTime, XRunnable func)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XApp

        public XApp()
    • Method Detail

      • repeat

        public static void repeat​(@NonNull
                                  @NonNull java.lang.Integer numTime,
                                  XRunnable func)
      • repeat

        public static void repeat​(@NonNull
                                  @NonNull java.lang.Integer numTime,
                                  XConsumer<java.lang.Integer> func)
      • exit

        public static void exit()