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

com.jtransc.lang.nullable.kt Maven / Gradle / Ivy

package com.jtransc.lang

fun  T?.nullMap(notNull:T2, isNull:T2) = if (this != null) notNull else isNull





© 2015 - 2024 Weber Informatics LLC | Privacy Policy