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

com.metaeffekt.artifact.analysis.scripting.config.inventory.Predicates.kt Maven / Gradle / Ivy

package com.metaeffekt.artifact.analysis.scripting.config.inventory

import org.metaeffekt.core.inventory.processor.model.Artifact

open class Predicates {

    val typeNotEmpty: (Artifact) -> Boolean = { !it.get("Type").isNullOrEmpty() }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy