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

pl.allegro.mobile.logic.operators.miscelanous.LogOperation.kt Maven / Gradle / Ivy

package pl.allegro.mobile.logic.operators.miscelanous

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

internal interface LogOperation {
    @ClientLogicMarker
    fun log(element: ClientLogicElement) = LogOperatorFactory().create(element)
}

private class LogOperatorFactory : OperatorFactory("log")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy