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

com.zpf.api.IStringQuerier Maven / Gradle / Ivy

package com.zpf.api;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

public interface IStringQuerier extends IQuerier {
    @Nullable
    String query(@NonNull String condition);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy