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

de.tschumacher.utils.extractor.ExtractorItem Maven / Gradle / Ivy

package de.tschumacher.utils.extractor;

public abstract class ExtractorItem {
  public abstract String extract(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy