All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.huanshankeji.arrow.core.Option.kt Maven / Gradle / Ivy

The newest version!
package com.huanshankeji.arrow.core

import arrow.core.None
import arrow.core.Option
import arrow.core.Some

fun Boolean.toOptionUnit(): Option =
    if (this) Some(Unit) else None




© 2015 - 2025 Weber Informatics LLC | Privacy Policy