com.rey.jsonbatch.function.Functions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsonbatch-core Show documentation
Show all versions of jsonbatch-core Show documentation
An Engine to run batch request with JSON based REST APIs
package com.rey.jsonbatch.function;
public class Functions {
public static Function[] basic() {
return new Function[]{
SumFunction.instance(),
MinFunction.instance(),
MaxFunction.instance(),
AverageFunction.instance(),
CompareFunction.instance(),
AndFunction.instance(),
OrFunction.instance(),
RegexFunction.instance()
};
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy