Package org.kiwiproject.beta.time


package org.kiwiproject.beta.time
  • Class
    Description
    Timing utilities that provide a convenient way to measure elapsed time of operations.
    Represents an operation that is timed.
    Represents an operation that is timed and returns no result.
    Represents an operation that is timed and may throw a runtime exception.
    Represents an operation that is timed and returns no result, but may throw an exception.
    Represents an operation that is timed and returns a (possibly null) result, but may throw an exception.
    Represents an operation that is timed and returns a result.