FP - Designing multi threaded and concurrent enabled software with functional programming
Modern CPU architecture has been enforcing me to create multi-threaded and concurrent enabled software.
Modern CPU architecture has been enforcing me to create multi-threaded and concurrent enabled software.
Applicative Functor has the following two properties.
IdentityHashMap class
NavigableMap collection on Java provide methods to return the view of Map on sorted order of key. The most common methods are headMap, tailMap and subMap.
Guava example\ 1 2 3 Collection.sort(list, Ordering.from((Comparator<Item>) Comparator.comparingInt(item -> item.getId())) .compound(Compara...