Package-level declarations
Convenience extension functions for java.util.Optional
to simplify Kotlin-Java interop.
Functions
Link copied to clipboard
Link copied to clipboard
Returns this Optional's value if present, or otherwise defaultValue.
Since Kotlin 1.8
Link copied to clipboard
Appends this Optional's value to the given destination collection if present.
Since Kotlin 1.8