public static class NcmlWriter.WriteVariablesWithNamesPredicate extends java.lang.Object implements java.util.function.Predicate<Variable>
true for variables whose names are specified to the constructor.| Constructor and Description |
|---|
WriteVariablesWithNamesPredicate(java.lang.Iterable<java.lang.String> variableNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Variable var) |