
com.rapleaf.jack.store.field.JsValueField Maven / Gradle / Ivy
The newest version!
package com.rapleaf.jack.store.field;
import java.util.function.BiFunction;
import com.rapleaf.jack.store.JsRecord;
import com.rapleaf.jack.store.iface.InsertValue;
public class JsValueField extends AbstractJsField {
JsValueField(String key, InsertValue putMethod, BiFunction getMethod) {
super(key, putMethod, getMethod);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy