Ich sollte Java 8 verwenden und muss dies erreichen:
List result = new ArrayList();
activeRow.forEach(obj -> {
if (CollectionUtils.isEmpty(result)) {
result.addAll(this.findCtry(obj,true));
} else...
Ich sollte Java 8 verwenden und muss dies erreichen:
List result = new ArrayList();
activeRow.forEach(obj -> {
if (CollectionUtils.isEmpty(result)) {
result.addAll(this.findCtry(obj,true));
} else...
Neu in der PHP- und MVC-Modellstruktur. Seien Sie bitte vorsichtig, wenn ich versuche, das herauszufinden, da ich weiß, dass ich einige Fehler mache, aber nicht herausfinden kann, wo. Ich habe...