Class NcmlWriter.WriteVariablesWithNamesPredicate

  • All Implemented Interfaces:
    Predicate<Variable>
    Enclosing class:
    NcmlWriter

    public static class NcmlWriter.WriteVariablesWithNamesPredicate
    extends Object
    implements Predicate<Variable>
    Predicate that returns true for variables whose names are specified to the constructor.
    • Constructor Detail

      • WriteVariablesWithNamesPredicate

        public WriteVariablesWithNamesPredicate​(Iterable<String> variableNames)