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

pl.allegro.mobile.logic.operators.numeric.MaxOperation.kt Maven / Gradle / Ivy

package pl.allegro.mobile.logic.operators.numeric

import pl.allegro.mobile.logic.ClientLogicElement
import pl.allegro.mobile.logic.ListOfClientElements
import pl.allegro.mobile.logic.ClientLogicMarker
import pl.allegro.mobile.logic.operators.OperatorFactory

internal interface MaxOperation {
    @ClientLogicMarker
    fun ListOfClientElements.max() = MaxOperatorFactory().create(this)
}

private class MaxOperatorFactory : OperatorFactory("max")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy