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

org.archguard.dsl.evolution.linq.ClassQueryDecl.kt Maven / Gradle / Ivy

Go to download

ArchGuard is a architecture governance tool which can analysis architecture in container, component, code level, create architecture fitness functions, and anaysis system dependencies..

There is a newer version: 2.1.5
Show newest version
package org.archguard.dsl.evolution.linq

import org.archguard.dsl.base.Element

class ClassQueryDecl(condition: Linq) : Element {
    // todo: re
    fun filter(function: () -> List) {

    }

    fun map(function: () -> Unit) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy