![JAR search and dependency download from the Maven repository](/logo.png)
com.justai.jaicf.helpers.kotlin.Extensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
JAICF-Kotlin Core component. Provides DSL, Tests API and multiple implementable interfaces.
package com.justai.jaicf.helpers.kotlin
fun Boolean.ifTrue(function: () -> T?): T? = if (this) function.invoke() else null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy