Class TimeUtils

java.lang.Object
io.confluent.csid.utils.TimeUtils

public final class TimeUtils
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static <RESULT> RESULT time​(java.util.concurrent.Callable<RESULT> func)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • time

      public static <RESULT> RESULT time​(java.util.concurrent.Callable<RESULT> func)