Interface SerializableDoubleToIntFunction

All Superinterfaces:
DoubleToIntFunction, Serializable

public interface SerializableDoubleToIntFunction extends Serializable, DoubleToIntFunction
This is a functional interface that is the same as a DoubleToIntFunction except that it must also be Serializable
Since:
9.0
Author:
wburns