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

com.github.rauberprojects.client.transclude.Transcluder Maven / Gradle / Ivy

package com.github.rauberprojects.client.transclude;


import com.github.rauberprojects.client.context.Context;
import com.github.rauberprojects.client.model.Data;

public interface Transcluder {

    Context transclude(Data data, Context oldContext, Context newContext);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy