Interface SerializableIndexTask<T>

Type Parameters:
T - type of indexed objects
All Superinterfaces:
IndexTask<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.

@Beta @FunctionalInterface public interface SerializableIndexTask<T> extends IndexTask<T>, Serializable
A serializable version of IndexTask.
Since:
2.23.0