Exemple #1
0
 public Optional<String> getIndexByKey(int index) {
   return Optional.ofNullable(Script.code(js, ".key(", CastUtil.toObject(index), ")"));
 }