Package org.apache.flink.util
Class OptionalUtils
- java.lang.Object
-
- org.apache.flink.util.OptionalUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Optional<T>
firstPresent(Optional<T>... opts)
Returns the firstOptional
which is present.static <T> Stream<T>
stream(Optional<T> opt)
-