예제 #1
0
파일: Storage.java 프로젝트: TradeLine/TWT
 public Optional<String> getIndexByKey(int index) {
   return Optional.ofNullable(Script.code(js, ".key(", CastUtil.toObject(index), ")"));
 }