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

com.likethesalad.tools.resource.collector.merger.ResourceMerger.kt Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package com.likethesalad.tools.resource.collector.merger

import com.likethesalad.tools.resource.api.collection.ResourceCollection

interface ResourceMerger {
    fun merge(collections: List): ResourceCollection
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy