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

com.justai.jaicf.helpers.kotlin.Extensions.kt Maven / Gradle / Ivy

Go to download

JAICF-Kotlin Core component. Provides DSL, Tests API and multiple implementable interfaces.

There is a newer version: 1.3.8
Show newest version
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