public static interface ArrayOperators.Filter.InputBuilder
| Modifier and Type | Method and Description |
|---|---|
ArrayOperators.Filter.AsBuilder |
filter(Field field)
Set the field holding an array to apply the
$filter to. |
ArrayOperators.Filter.AsBuilder |
filter(List<?> array)
Set the values to apply the
$filter to. |
ArrayOperators.Filter.AsBuilder filter(List<?> array)
$filter to.array - must not be null.ArrayOperators.Filter.AsBuilder filter(Field field)
$filter to.field - must not be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.