Package org.infinispan.util.function
Interface SerializableIntConsumer
-
- All Superinterfaces:
IntConsumer
,Serializable
public interface SerializableIntConsumer extends Serializable, IntConsumer
This is a functional interface that is the same as aIntConsumer
except that it must also beSerializable
- Since:
- 9.0
- Author:
- wburns
-
-
Method Summary
-
Methods inherited from interface java.util.function.IntConsumer
accept, andThen
-
-