Giving general verdict (true or false) from function execution on a list
General: Return true if all function returns are true. If there is at least one false returns false. Similar to And function but gives the opportunity to execute an additional function Returns true when: Returns false when: Erlang code: Where: returns… Continue Reading
