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

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

The newest version!
package com.datastax.base;

import java.util.List;

public interface Extractor {
    String select(String text);

    List selectList(String text);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy