@FunctionalInterface
public abstract interface LongToIntFunction
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents a function that accepts a long-valued argument and produces an int-valued result. This is the long-to- int primitive specialization for Function.

This is a functional interface whose functional method is applyAsInt(long).

See also:
Function

Since:  1.8