🎨
Moja & Monadts
CtrlK
  • Moja library for Java
  • Monadts library for TypeScript
  • FlatMap on an Array or Stream
  • Maybe (aka Optional or Option)
  • Result (aka Either)
  • Multi (aka List)
  • Async (aka Future/Promise)
  • Nested FlatMap's
  • Composing Functions
  • Names
  • Avoiding the Pyramid of Doom
  • Functions without Data
  • Thinking in Types
Powered by GitBook
On this page

Was this helpful?

Multi (aka List)

PreviousResult (aka Either)NextAsync (aka Future/Promise)

Last updated 5 years ago

Was this helpful?