![JAR search and dependency download from the Maven repository](/logo.png)
org.daisy.pipeline.braille.common.Contextual Maven / Gradle / Ivy
package org.daisy.pipeline.braille.common;
public interface Contextual {
public T withContext(C context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.daisy.pipeline.braille.common;
public interface Contextual {
public T withContext(C context);
}