(double d) -> (int)d というラムダ式が適合する関数型インターフェースはどれか。

プリミティブのdoubleを受け取りintを返すため、専用のDoubleToIntFunctionに適合する。