jvmMain.io.mths.swing.flow.optional.OrNull.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swing-flow Show documentation
Show all versions of swing-flow Show documentation
Kotlin Flow integration for Swing.
The newest version!
package io.mths.swing.flow.optional
import java.util.Optional
fun Optional.orNull(): Type? =
orElse(null)