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

org.daisy.pipeline.braille.common.Contextual Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package org.daisy.pipeline.braille.common;

public interface Contextual {
	
	public T withContext(C context);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy