ComposeExtension3<A, B, C, D> extension

on
  • D Function(A, B, C)

Methods

c<E>(E f(D d)) → E Function(A a, B b, C c)

Available on D Function(A, B, C), provided by the ComposeExtension3 extension

compose two functions together
compose<E>(E f(D d)) → E Function(A a, B b, C c)

Available on D Function(A, B, C), provided by the ComposeExtension3 extension

Compose two functions together