public class BooleanVectorValueMatcher extends BaseVectorValueMatcher
| Modifier and Type | Method and Description |
|---|---|
ReadableVectorMatch |
match(ReadableVectorMatch mask)
Examine the current vector and return a match indicating what is accepted.
|
static BooleanVectorValueMatcher |
of(VectorSizeInspector selector,
boolean matches) |
getCurrentVectorSize, getMaxVectorSizepublic static BooleanVectorValueMatcher of(VectorSizeInspector selector, boolean matches)
public ReadableVectorMatch match(ReadableVectorMatch mask)
VectorValueMatchermask - must not be null; use VectorMatch.allTrue(int) if you don't need a mask.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.