Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

01 Concept

❯

Key Operations

Key Operations

Feb 10, 20261 min read

  • programming-paradigms
  • functional
  • operations

Key Operations

← Back to Functional Programming

The essential higher-order functions that form the core toolkit of functional programming. Map transforms each element, filter selects elements by predicate, reduce/fold combines elements into a single value, and flatMap maps then flattens nested structures.

Key Properties

  • Map
  • Filter
  • Reduce-Fold
  • FlatMap

programming-paradigms functional operations


Graph View

  • Key Operations
  • Key Properties

Backlinks

  • Functional Programming
  • Filter
  • FlatMap
  • Map
  • Reduce-Fold

Created with Quartz v4.5.2 © 2026

  • GitHub