Class Views.FillNaFunction<V>
- java.lang.Object
-
- org.meteoinfo.data.dataframe.impl.Views.FillNaFunction<V>
-
-
Constructor Summary
Constructors Constructor Description FillNaFunction(V fill)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vapply(V value)Perform computation on the specified input value and return the result.
-
-
-
Constructor Detail
-
FillNaFunction
public FillNaFunction(V fill)
-
-