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

commonMain.ru.casperix.math.straight_line.AbstractFunction.kt Maven / Gradle / Ivy

package ru.casperix.math.straight_line

fun interface AbstractFunction {
    fun get(x: Item): Item
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy