ComposeX<B, C> extension

Composes two functions following the rules of mathematical function composition.

on
  • C Function(B)

Methods

dot<A>(B f(A a)) → C Function(A)
Composes two functions following the rules of mathematical function composition.