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

org.hnau.base.data.possible.PossibleSync.kt Maven / Gradle / Ivy

package org.hnau.base.data.possible


interface PossibleSync {

    fun  checkPossible(
            ifValueExists: (value: T) -> R,
            ifValueNotExists: () -> R
    ): R

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy