Package ucar.nc2.util
Class Optional<T>
java.lang.Object
ucar.nc2.util.Optional<T>
Deprecated.
All uses will move to java.util.Optional in ver6
Optional with an error message when empty
-
Method Summary
-
Method Details
-
empty
Deprecated. -
of
Deprecated. -
get
Deprecated. -
isPresent
public boolean isPresent()Deprecated. -
getErrorMessage
Deprecated.
-