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

com.datastax.extraction.Extractor Maven / Gradle / Ivy

The newest version!
package com.datastax.extraction;

import com.datastax.extraction.rule.Rule;

/**
 * User: Anders Hong
 * Date: 11/17/13
 * Time: 17:15
 */
public interface Extractor {
    Object extract(String text, Rule rule);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy