Interface SerializableObjLongConsumer<T>
- All Superinterfaces:
ObjLongConsumer<T>,Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface SerializableObjLongConsumer<T>
extends ObjLongConsumer<T>, Serializable
Serializable version of
ObjLongConsumer-
Method Summary
Methods inherited from interface java.util.function.ObjLongConsumer
accept