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

jvmMain.utility.Any.kt Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package io.fluidsonic.compiler


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy