1.1.0 • Published 4 years ago

langx-js v1.1.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
4 years ago

JavaScript language extensions, a replacement or a supplement of the lodash. Write JavaScript using Java API for a javaer, javascripter, typescripter.

Versions

npm npm

Overwrite lodash

  1. Array utilities

Migrate Java API

All java collection written in Iterables.ts module

TypeScript Class or ModuleJava Class
Collectionjava.util.Collection
Listjava.util.List
ArrayListjava.util.ArrayList
LinkedListjava.util.LinkedList
LikeJavaSetjava.util.Set
LikeJavaMapjava.util.Map
HashSetjava.util.HashSet
LinkedHashSetjava.util.LinkedHashSet
TreeSetjava.util.TreeSet
HashMapjava.util.HashMap
LinkedHashMapjava.util.LinkedHashMap
TreeMapjava.util.TreeMap
loggerLogger
Exceptionssome java.lang.RuntimeException (s)

Migrate langx-java Utilities

TypeScript Class or Modulelangx-java Class
EmptysEmptys
ObjectsObjects
NumbersNumbers
BooleansBooleans
DatesDates
PreconditionsPreconditions
CollectsCollects
FunctionsFunction,Consumer,Predicate,Supplier ...
PipelinePipeline Like Java8 Stream API

References