Interface ToLongFunction<T>

    • Method Detail

      • applyAsLong

        long applyAsLong​(T value)
        Applies this function to the given argument.
        Parameters:
        value - the function argument.
        Returns:
        the function result.