![JAR search and dependency download from the Maven repository](/logo.png)
panda.el.opt.object.CommaOpt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-core Show documentation
Show all versions of panda-core Show documentation
Panda Core is the core module of Panda Framework, it contains commonly used utility classes similar to apache-commons.
package panda.el.opt.object;
import java.util.ArrayList;
import java.util.List;
import panda.el.ELContext;
import panda.el.opt.AbstractTwoOpt;
/**
* "," 逗号操作符,将左右两边的数据组织成一个数据
*/
public class CommaOpt extends AbstractTwoOpt {
public int getPriority() {
return 90;
}
@SuppressWarnings("unchecked")
public Object calculate(ELContext ec) {
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy