Monoid - Simple definition of Monoid
1. Closure: Two same type pair operation results a new result with same type.\ Associative: Doesn’t matter or operation order wit a pair.\ Identity: The...
1. Closure: Two same type pair operation results a new result with same type.\ Associative: Doesn’t matter or operation order wit a pair.\ Identity: The...
MC commands\ —– Esc —–\ Quick change directory: Esc + c\ Quick change directory history: Esc + c and then Esc + h\ Quick change directory previous entry: Esc...
Combines the following concept.
Pseudo C++ example implementation of map function of optional in Java8 for functional style programming.
1 2 3 Collection.sort(list, Ordering.from((Comparator<Item>) Comparator.comparingInt(item -> item.getId())) .compound(Comparator.comparing(Item::g...