Interface SerializableToIntFunction<T>

All Superinterfaces:
Serializable, ToIntFunction<T>

public interface SerializableToIntFunction<T> extends Serializable, ToIntFunction<T>
This is a functional interface that is the same as a ToIntFunction except that it must also be Serializable
Since:
9.0
Author:
wburns