Module org.elasticsearch.server
Interface DenseVectorFieldMapper.IntBooleanConsumer
- Enclosing class:
DenseVectorFieldMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for a function that takes a int and boolean
-
Method Summary
-
Method Details
-
accept
void accept(int value, boolean isComplete)
-