Package ucar.nc2.ncml
Class NcMLWriter.WriteVariablesWithNamesPredicate
- java.lang.Object
-
- ucar.nc2.ncml.NcMLWriter.WriteVariablesWithNamesPredicate
-
- Enclosing class:
- NcMLWriter
public static class NcMLWriter.WriteVariablesWithNamesPredicate extends Object implements com.google.common.base.Predicate<Variable>
Predicate that returnstrue
for variables whose names are specified to the constructor.
-
-
Constructor Summary
Constructors Constructor Description WriteVariablesWithNamesPredicate(Iterable<String> variableNames)
-