Interface Timer


  • public interface Timer
    • Method Detail

      • time

        <R> R time​(scala.Function0<R> block)
      • destroy

        void destroy()
      • time

        <R> R time​(long startTime,
                   R result)