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

commonMain.extensions.Boolean.kt Maven / Gradle / Ivy

package io.fluidsonic.stdlib


public inline fun  Boolean.thenTake(block: () -> Result): Result? =
	if (this) block() else null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy