Package org.infinispan.util.function
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 aToIntFunction
except that it must also beSerializable
- Since:
- 9.0
- Author:
- wburns
-
-
Method Summary
-
Methods inherited from interface java.util.function.ToIntFunction
applyAsInt
-
-