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

com.rapleaf.jack.store.iface.InsertValue Maven / Gradle / Ivy

package com.rapleaf.jack.store.iface;

@FunctionalInterface
public interface InsertValue {

  ValueIndexer apply(ValueIndexer executor, String key, T value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy