Interface CoreStatistics.CountOperation<T>

  • Type Parameters:
    T - the generic type
    Enclosing interface:
    CoreStatistics

    public static interface CoreStatistics.CountOperation<T>
    The Interface CountOperation.
    • Method Detail

      • value

        long value​(T result)
        Value.
        Parameters:
        result - the result
        Returns:
        the long
      • value

        long value​(T... results)
        Value.
        Parameters:
        results - the results
        Returns:
        the long